From: Kevin McKinney Date: Tue, 16 Aug 2011 02:10:12 +0000 (-0400) Subject: Staging: bcm: Fix a coding style error reported by checkpatch.pl X-Git-Tag: v3.2-rc1~169^2^2~864^2~163 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbfcdf254d7be71b25bfc053e9d22ef8ff061750;p=pandora-kernel.git 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 Reviewed-by: Dan Carpenter Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed