Commit 381e9760 authored by Stephen Boyd's avatar Stephen Boyd Committed by Greg Kroah-Hartman
Browse files

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: default avatarStephen Boyd <swboyd@chromium.org>
Reviewed-by: default avatarJulius Werner <jwerner@chromium.org>
Reviewed-by: default avatarSamuel Holland <samuel@sholland.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b4cdeb78
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -21,7 +21,6 @@
#define __COREBOOT_TABLE_H

#include <linux/device.h>
#include <linux/io.h>

/* Coreboot table header structure */
struct coreboot_table_header {
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@
 */

#include <linux/device.h>
#include <linux/io.h>
#include <linux/kernel.h>
#include <linux/module.h>

+0 −1
Original line number Diff line number Diff line
@@ -15,7 +15,6 @@
 * GNU General Public License for more details.
 */

#include <linux/init.h>
#include <linux/sysfs.h>
#include <linux/kobject.h>
#include <linux/module.h>
+0 −2
Original line number Diff line number Diff line
@@ -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,