From: Paul Gortmaker Date: Fri, 30 Sep 2011 22:06:58 +0000 (-0400) Subject: staging: add module.h to various iio drivers X-Git-Tag: v3.2-rc1~169^2^2~289 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=748b636c4020286f84362f4a3cfa65a96d5387a5;p=pandora-kernel.git staging: add module.h to various iio drivers Since they are assuming it is there implicitly and will fail otherwise with things like: drivers/staging/iio/impedance-analyzer/ad5933.c:816: warning: type defaults to ‘int’ in declaration of ‘MODULE_AUTHOR’ drivers/staging/iio/adc/ad7280a.c:990: warning: type defaults to ‘int’ in declaration of ‘MODULE_AUTHOR’ Signed-off-by: Paul Gortmaker Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed