commit | 2ee93ab67a73955018dff6ad76916e20a2ba10f7 | [log] [tgz] |
---|---|---|
author | H. Peter Anvin <hpa@linux.intel.com> | Wed May 09 14:04:02 2012 -0700 |
committer | H. Peter Anvin <hpa@linux.intel.com> | Thu May 17 07:18:26 2012 -0700 |
tree | 0ef6649be133336a2769e52664349e9c68663d1e | |
parent | 638d957b51c88852de72f15f7cd588d125e97dab [diff] |
acpi, bgrd: Add missing <linux/io.h> to drivers/acpi/bgrt.c The ACPI BGRT driver uses ioremap() and memcpy_fromio(), which means it needs to #include <linux/io.h>. [ hpa: This was hidden because <asm/acpi.h> used to include <asm/trampoline.h>, which then included <asm/io.h> ] Signed-off-by: H. Peter Anvin <hpa@linux.intel.com> Link: http://lkml.kernel.org/r/1336597442-9399-1-git-send-email-hpa@linux.intel.com Cc: Matthew Garrett <mjg@redhat.com> Cc: Len Brown <lenb@kernel.org>