diff options
author | Len Brown <len.brown@intel.com> | 2008-02-07 03:11:31 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2008-02-07 03:11:31 -0500 |
commit | 5531d28504461c4e96c6fbd80655a2bfd6481583 (patch) | |
tree | 7074feb4e296501b5c6b8486eb5f0e5fa0a35c37 /drivers/firmware | |
parent | acf63867ae06ef95eea7bf445ded2f05528a81b1 (diff) | |
parent | a64217b922e5a06f328e3962ff903ce829aff3d6 (diff) |
Merge branches 'release' and 'dmi' into release
Diffstat (limited to 'drivers/firmware')
-rw-r--r-- | drivers/firmware/dmi_scan.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/firmware/dmi_scan.c b/drivers/firmware/dmi_scan.c index 9008ed5ef4ce..e0bade732376 100644 --- a/drivers/firmware/dmi_scan.c +++ b/drivers/firmware/dmi_scan.c | |||
@@ -489,12 +489,3 @@ int dmi_get_year(int field) | |||
489 | 489 | ||
490 | return year; | 490 | return year; |
491 | } | 491 | } |
492 | |||
493 | /** | ||
494 | * dmi_get_slot - return dmi_ident[slot] | ||
495 | * @slot: index into dmi_ident[] | ||
496 | */ | ||
497 | char *dmi_get_slot(int slot) | ||
498 | { | ||
499 | return(dmi_ident[slot]); | ||
500 | } | ||