mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 10:00:17 +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
c7e26df6dd
commit
0380847fca
@@ -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