Commit 28b229f
committed
pinctrl: intel: fix build warnings about export.h
JIRA: https://issues.redhat.com/browse/RHEL-113190
commit 3b44080
Author: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Date: Wed Jun 11 21:09:56 2025 +0300
pinctrl: intel: fix build warnings about export.h
After commit a934a57 ("scripts/misc-check: check missing #include
<linux/export.h> when W=1") and 7d95680 ("scripts/misc-check:
check unnecessary #include <linux/export.h> when W=1"), we get some build
warnings with W=1:
pinctrl-intel.c: warning: EXPORT_SYMBOL() is used, but #include <linux/export.h> is missing
So fix these build warnings for the driver code.
Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Steve Best <sbest@redhat.com>1 parent 7d9d280 commit 28b229f
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
0 commit comments