diff options
author | Stephen Boyd <swboyd@chromium.org> | 2019-05-10 21:01:51 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-05-24 21:55:04 +0300 |
commit | 381e9760ee87ba53df882c4affadfcc07bdf3bc2 (patch) | |
tree | e469ee40f36f53c3f0eae7fb61928376f0b4cd11 /drivers/firmware/google/vpd_decode.c | |
parent | b4cdeb785ea482ebfe6f8d12242620edf4fbf11c (diff) | |
download | linux-381e9760ee87ba53df882c4affadfcc07bdf3bc2.tar.xz |
firmware: google: coreboot: Drop unnecessary headers
These headers aren't used by the files they're included in, so drop
them. The memconsole file uses memremap() though, so include io.h there
so that the include is explicit.
Cc: Wei-Ning Huang <wnhuang@chromium.org>
Cc: Julius Werner <jwerner@chromium.org>
Cc: Brian Norris <briannorris@chromium.org>
Cc: Samuel Holland <samuel@sholland.org>
Cc: Guenter Roeck <groeck@chromium.org>
Signed-off-by: Stephen Boyd <swboyd@chromium.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
Reviewed-by: Samuel Holland <samuel@sholland.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/firmware/google/vpd_decode.c')
-rw-r--r-- | drivers/firmware/google/vpd_decode.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/firmware/google/vpd_decode.c b/drivers/firmware/google/vpd_decode.c index 943acaa8aa76..f8c9143472df 100644 --- a/drivers/firmware/google/vpd_decode.c +++ b/drivers/firmware/google/vpd_decode.c @@ -15,8 +15,6 @@ * GNU General Public License for more details. */ -#include <linux/export.h> - #include "vpd_decode.h" static int vpd_decode_len(const s32 max_len, const u8 *in, |