[2.6 patch] #if 0 dmi_name_in_vendors()

From: Adrian Bunk
Date: Sat Mar 24 2007 - 09:08:03 EST


dmi_name_in_vendors() is no longer used.

Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

---

drivers/firmware/dmi_scan.c | 2 ++
include/linux/dmi.h | 2 --
2 files changed, 2 insertions(+), 2 deletions(-)

--- linux-2.6.21-rc4-mm1/include/linux/dmi.h.old 2007-03-23 23:22:41.000000000 +0100
+++ linux-2.6.21-rc4-mm1/include/linux/dmi.h 2007-03-23 23:22:48.000000000 +0100
@@ -69,7 +69,6 @@
struct dmi_device *from);
extern void dmi_scan_machine(void);
extern int dmi_get_year(int field);
-extern int dmi_name_in_vendors(char *str);

#else

@@ -78,7 +77,6 @@
static inline struct dmi_device * dmi_find_device(int type, const char *name,
struct dmi_device *from) { return NULL; }
static inline int dmi_get_year(int year) { return 0; }
-static inline int dmi_name_in_vendors(char *s) { return 0; }

#endif

--- linux-2.6.21-rc4-mm1/drivers/firmware/dmi_scan.c.old 2007-03-23 23:22:59.000000000 +0100
+++ linux-2.6.21-rc4-mm1/drivers/firmware/dmi_scan.c 2007-03-23 23:23:12.000000000 +0100
@@ -327,6 +327,7 @@
EXPORT_SYMBOL(dmi_get_system_info);


+#if 0
/**
* dmi_name_in_vendors - Check if string is anywhere in the DMI vendor information.
* @str: Case sensitive Name
@@ -345,6 +346,7 @@
return 0;
}
EXPORT_SYMBOL(dmi_name_in_vendors);
+#endif /* 0 */

/**
* dmi_find_device - find onboard device by type/name

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/