diff options
Diffstat (limited to 'lib/earlycpio.c')
-rw-r--r-- | lib/earlycpio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/earlycpio.c b/lib/earlycpio.c index 8078ef49cb79..7aa7ce250c94 100644 --- a/lib/earlycpio.c +++ b/lib/earlycpio.c | |||
@@ -63,7 +63,7 @@ enum cpio_fields { | |||
63 | * the match returned an empty filename string. | 63 | * the match returned an empty filename string. |
64 | */ | 64 | */ |
65 | 65 | ||
66 | struct cpio_data __cpuinit find_cpio_data(const char *path, void *data, | 66 | struct cpio_data find_cpio_data(const char *path, void *data, |
67 | size_t len, long *offset) | 67 | size_t len, long *offset) |
68 | { | 68 | { |
69 | const size_t cpio_header_len = 8*C_NFIELDS - 2; | 69 | const size_t cpio_header_len = 8*C_NFIELDS - 2; |