1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-02 16:55:25 +03:00

[adm5120] fix compiler warning

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11521 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2008-06-17 10:50:06 +00:00
parent 9fb2c292c4
commit 9ebfa7d89a

View File

@ -62,7 +62,7 @@ static inline void adm5120_pci_set_irq_map(unsigned int nr_irqs,
}
#endif
#define ADM5120_NUM_BUTTONS 4
#define ADM5120_NUM_BUTTONS 5
extern struct adm5120_flash_platform_data adm5120_flash0_data;
extern struct adm5120_flash_platform_data adm5120_flash1_data;