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>
This commit is contained in:
Michał Kępień
2016-01-22 15:27:25 +01:00
committed by Darren Hart
parent f951d6e6fa
commit 73511ff30c
2 changed files with 0 additions and 28 deletions

View File

@@ -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