aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/bcm/headers.h
diff options
context:
space:
mode:
authorKevin McKinney <klmckinney1@gmail.com>2011-08-15 22:10:12 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2011-08-23 15:20:52 -0700
commitfbfcdf254d7be71b25bfc053e9d22ef8ff061750 (patch)
treef2a47c1f591af81c198a1f3ed4c1032d492c528c /drivers/staging/bcm/headers.h
parentstaging: bcm: fix coding style warnings and errors reported by checkpatch.pl tool (diff)
downloadlinux-dev-fbfcdf254d7be71b25bfc053e9d22ef8ff061750.tar.xz
linux-dev-fbfcdf254d7be71b25bfc053e9d22ef8ff061750.zip
Staging: bcm: Fix a coding style error reported by checkpatch.pl
Tool checkpatch.pl reported the following error: extern struct class *bcm_class;" declaration not allowed in .c files. Therefore, I move this declaration into the header "headers.h" file. Signed-off-by: Kevin McKinney <klmckinney1@gmail.com> Reviewed-by: Dan Carpenter <error27@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/bcm/headers.h')
-rw-r--r--drivers/staging/bcm/headers.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/staging/bcm/headers.h b/drivers/staging/bcm/headers.h
index 947d06325681..da47db8c8f29 100644
--- a/drivers/staging/bcm/headers.h
+++ b/drivers/staging/bcm/headers.h
@@ -74,4 +74,6 @@
#define DRV_VERSION VER_FILEVERSION_STR
#define PFX DRV_NAME " "
+extern struct class *bcm_class;
+
#endif