mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-10-28 04:24:26 -04:00
check if the config option CONFIG_LANTIQ is defined.
This fixes the following warning:
CC [M] drivers/misc/owl-loader.o
drivers/misc/owl-loader.c: In function 'ath9k_pci_fixup':
drivers/misc/owl-loader.c:92:5: warning: "CONFIG_LANTIQ" is not defined [-Wundef]
#if CONFIG_LANTIQ
^
Fixes:
|
||
|---|---|---|
| .. | ||
| backport-4.9 | ||
| files | ||
| hack-4.9 | ||
| image | ||
| other-files | ||
| pending-3.18 | ||
| pending-4.4 | ||
| pending-4.9 | ||
| config-3.18 | ||
| config-4.4 | ||
| config-4.9 | ||
| PATCHES | ||