Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cf9a6ade authored by Adrian Bunk's avatar Adrian Bunk Committed by Sam Ravnborg
Browse files

kbuild: fix export_report.pl



This patch fixes an annoying bug of export_report.pl missing the usages
of some exports.

Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
parent 0bce6735
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -112,7 +112,7 @@ foreach my $thismod (@allcfiles) {
			next;
		}
		if ($state eq 2) {
			if ( $_ !~ /0x[0-9a-f]{7,8},/ ) {
			if ( $_ !~ /0x[0-9a-f]+,/ ) {
				next;
			}
			my $sym = (split /([,"])/,)[4];