x86, intel-mid: Add missing 'void' to functions without arguments
This patch adds missing 'void' to functions that doesn't receive arguments. Signed-off-by: David Cohen <david.a.cohen@linux.intel.com> Link: http://lkml.kernel.org/r/1390429369-13761-1-git-send-email-david.a.cohen@linux.intel.com Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
This commit is contained in:

committed by
H. Peter Anvin

parent
47683f7fe5
commit
48102ca7fb
@@ -97,7 +97,7 @@ static struct intel_mid_ops tangier_ops = {
|
||||
.arch_setup = tangier_arch_setup,
|
||||
};
|
||||
|
||||
void *get_tangier_ops()
|
||||
void *get_tangier_ops(void)
|
||||
{
|
||||
return &tangier_ops;
|
||||
}
|
||||
|
Reference in New Issue
Block a user