]> git.baikalelectronics.ru Git - kernel.git/commit
acpi: remove module.h include from platform/aclinux.h
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 26 May 2011 19:49:02 +0000 (15:49 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 31 Oct 2011 23:32:27 +0000 (19:32 -0400)
commit29ae9163e654a43ed9b6e0a0c1159cbfc135d542
tree8f8d522757444feb6649002a1d1b22e77202065b
parent258f969069a841ad5a6aa1c777c273e371161c75
acpi: remove module.h include from platform/aclinux.h

This file had an include of module.h which was probably added
in relation to this line:

  #define ACPI_EXPORT_SYMBOL(symbol)  EXPORT_SYMBOL(symbol);

However, we really expect symbol exporters to grab export.h
themselves, and since this is only a define, we can remove
the module.h include without aclinux.h itself causing any
compile issues.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
include/acpi/platform/aclinux.h