1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-06-28 14:12:00 +03:00

[atheros] wrt55agv2-spidevs needs <linux/modules.h>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32956 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
blogic 2012-08-03 09:38:24 +00:00
parent cea2b4210d
commit ae154c227f

View File

@ -13,6 +13,7 @@
#include <linux/platform_device.h>
#include <linux/spi/spi_gpio_old.h>
#include <linux/module.h>
#define DRV_NAME "wrt55agv2-spidevs"
#define DRV_DESC "SPI driver for the WRT55AG v2 board"