lkml.org 
[lkml]   [2007]   [Mar]   [24]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
DateSat, 24 Mar 2007 14:06:44 +0100
FromAdrian Bunk <>
Subject[2.6 patch] #if 0 dmi_name_in_vendors()
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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2007-03-24 13:11    [from the cache]
©2003-2008