Include arch/acpi.h instead of manually adding acpi_slp_type.
authorStefan Reinauer <reinauer@chromium.org>
Fri, 23 Sep 2011 17:24:49 +0000 (10:24 -0700)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Wed, 28 Mar 2012 18:44:55 +0000 (20:44 +0200)
commite246b31121df3c15022d108390c389f352c40d81
tree24d0bdb8ede3131fb7096b9cea6b15e06a44efd5
parent6f72d6965c7c54df663f2337e6154daf4dd464ff
Include arch/acpi.h instead of manually adding acpi_slp_type.

acpi_slp_type is defined in arch/acpi.h, so let's use that instead
of manually spreading extern u8 acpi_slp_type throughout the code.

Change-Id: Ia5eb420364c15ab5a764bc328bbd201ca9cb7837
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: http://review.coreboot.org/714
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
src/lib/cbmem.c