[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1263435495-10966-1-git-send-email-lrodriguez@atheros.com>
Date: Wed, 13 Jan 2010 21:18:15 -0500
From: "Luis R. Rodriguez" <lrodriguez@...eros.com>
To: greg@...ah.com
Cc: linux-wireless@...r.kernel.org, linux-kernel@...r.kernel.org,
mcgrof@...il.com, "Luis R. Rodriguez" <lrodriguez@...eros.com>,
Johannes Berg <johannes@...solutions.net>
Subject: [PATCH] firmware_class: remove base.h header inclusion
base.h is used by base drivers for sharing internal structures.
Turns out firmware_class does not depend on it at all so remove it.
Cc: Johannes Berg <johannes@...solutions.net>
Signed-off-by: Luis R. Rodriguez <lrodriguez@...eros.com>
---
Spotted this while backporting firmware_class in compat.git.
Phew, firmware_class can be backported.
drivers/base/firmware_class.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/drivers/base/firmware_class.c b/drivers/base/firmware_class.c
index a950241..8b1cfed 100644
--- a/drivers/base/firmware_class.c
+++ b/drivers/base/firmware_class.c
@@ -19,7 +19,6 @@
#include <linux/kthread.h>
#include <linux/highmem.h>
#include <linux/firmware.h>
-#include "base.h"
#define to_dev(obj) container_of(obj, struct device, kobj)
--
1.6.3.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists