diff options
Diffstat (limited to 'drivers/sfi')
-rw-r--r-- | drivers/sfi/sfi_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/sfi/sfi_core.c b/drivers/sfi/sfi_core.c index 251da2298b69..b204a0929139 100644 --- a/drivers/sfi/sfi_core.c +++ b/drivers/sfi/sfi_core.c | |||
@@ -129,7 +129,7 @@ static void sfi_print_table_header(unsigned long long pa, | |||
129 | * sfi_verify_table() | 129 | * sfi_verify_table() |
130 | * Sanity check table lengh, calculate checksum | 130 | * Sanity check table lengh, calculate checksum |
131 | */ | 131 | */ |
132 | static __init int sfi_verify_table(struct sfi_table_header *table) | 132 | static int sfi_verify_table(struct sfi_table_header *table) |
133 | { | 133 | { |
134 | 134 | ||
135 | u8 checksum = 0; | 135 | u8 checksum = 0; |