]> git.karo-electronics.de Git - karo-tx-linux.git/commit
x86: kernel/e820.c needs export.h
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 28 Jul 2011 18:41:59 +0000 (14:41 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 31 Jul 2011 05:43:48 +0000 (01:43 -0400)
commitb65db66f9d0260f81713623d77fa4d93dcb06550
treefc2e9beead4497635a5a05aa66b9578dddb78306
parentf89ae458d5668e9c054633abeb7a32bd25665a09
x86: kernel/e820.c needs export.h

After the module.h cleanup, we'll see:

arch/x86/kernel/e820.c:69: warning: type defaults to ‘int’ in declaration of ‘EXPORT_SYMBOL_GPL’

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
arch/x86/kernel/e820.c