diff options
-rw-r--r-- | lib/earlycpio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/earlycpio.c b/lib/earlycpio.c index d2c37d64fd0c..4b1ce69a6ee5 100644 --- a/lib/earlycpio.c +++ b/lib/earlycpio.c @@ -139,3 +139,4 @@ struct cpio_data find_cpio_data(const char *path, void *data, quit: return cd; } +EXPORT_SYMBOL_GPL(find_cpio_data); |