mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 01:49:46 +00:00
lib: earlycpio: export symbol find_cpio_data()
Add EXPORT_SYMBOL_GPL() for find_cpio_data() so that loadable modules may also parse uncompressed cpio. Signed-off-by: Richard Oliver <richard.oliver@raspberrypi.com>
This commit is contained in:
committed by
Dom Cobley
parent
667126bf8c
commit
f304deeb4e
@@ -139,3 +139,4 @@ struct cpio_data find_cpio_data(const char *path, void *data,
|
|||||||
quit:
|
quit:
|
||||||
return cd;
|
return cd;
|
||||||
}
|
}
|
||||||
|
EXPORT_SYMBOL_GPL(find_cpio_data);
|
||||||
|
|||||||
Reference in New Issue
Block a user