* [2.6 patch] #if 0 dmi_name_in_vendors()
@ 2007-03-24 13:06 Adrian Bunk
0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2007-03-24 13:06 UTC (permalink / raw)
To: linux-kernel
dmi_name_in_vendors() is no longer used.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
---
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-03-24 13:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-24 13:06 [2.6 patch] #if 0 dmi_name_in_vendors() Adrian Bunk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox