diff options
author | Michał Kępień <kernel@kempniu.pl> | 2016-01-22 15:27:25 +0100 |
---|---|---|
committer | Darren Hart <dvhart@linux.intel.com> | 2016-03-23 10:05:42 -0700 |
commit | 73511ff30c6dc5347ede4c2a2fa5ab22fae3f152 (patch) | |
tree | 948fbfd86904fcfa2d25c826534886960e2b6ab3 /drivers/platform/x86/dell-smbios.h | |
parent | f951d6e6faedcead91419b785f73a620d8ed191a (diff) |
dell-smbios: remove find_token_{id,location}()
As dell-laptop has been changed to use dell_smbios_find_token() instead
of find_token_id() and find_token_location(), these functions can be
safely removed.
Signed-off-by: Michał Kępień <kernel@kempniu.pl>
Reviewed-by: Pali Rohár <pali.rohar@gmail.com>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Diffstat (limited to 'drivers/platform/x86/dell-smbios.h')
-rw-r--r-- | drivers/platform/x86/dell-smbios.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/platform/x86/dell-smbios.h b/drivers/platform/x86/dell-smbios.h index 6f6dbe8b05d4..f17cf7b26f1d 100644 --- a/drivers/platform/x86/dell-smbios.h +++ b/drivers/platform/x86/dell-smbios.h @@ -43,7 +43,4 @@ void dell_smbios_release_buffer(void); void dell_smbios_send_request(int class, int select); struct calling_interface_token *dell_smbios_find_token(int tokenid); - -int find_token_id(int tokenid); -int find_token_location(int tokenid); #endif |