Staging: bcm: Fix a coding style error reported by checkpatch.pl
authorKevin McKinney <klmckinney1@gmail.com>
Tue, 16 Aug 2011 02:10:12 +0000 (22:10 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 23 Aug 2011 22:20:52 +0000 (15:20 -0700)
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>

No differences found