Skip to content

Commit

Permalink
lib: earlycpio: export symbol find_cpio_data()
Browse files Browse the repository at this point in the history
Add EXPORT_SYMBOL_GPL() for find_cpio_data() so that loadable modules
may also parse uncompressed cpio.

Signed-off-by: Richard Oliver <[email protected]>
  • Loading branch information
roliver-rpi authored and popcornmix committed Jan 2, 2025
1 parent 21c9bb7 commit e2926c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/earlycpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,3 +139,4 @@ struct cpio_data find_cpio_data(const char *path, void *data,
quit:
return cd;
}
EXPORT_SYMBOL_GPL(find_cpio_data);

0 comments on commit e2926c6

Please sign in to comment.