diff options
Diffstat (limited to 'include/linux/wl12xx.h')
| -rw-r--r-- | include/linux/wl12xx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/wl12xx.h b/include/linux/wl12xx.h index a54fe82e704..f45adc2717e 100644 --- a/include/linux/wl12xx.h +++ b/include/linux/wl12xx.h @@ -51,6 +51,7 @@ enum { struct wl12xx_platform_data { void (*set_power)(bool enable); /* SDIO only: IRQ number if WLAN_IRQ line is used, 0 for SDIO IRQs */ + int gpio; int irq; bool use_eeprom; int board_ref_clock; |