1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 22:18:16 +02:00

ramips: include 'linux/module.h' in the ramips_spi driver

SVN-Revision: 30475
This commit is contained in:
Gabor Juhos 2012-02-12 12:52:13 +00:00
parent faae4235c4
commit 388013b0ce

@ -10,6 +10,7 @@
*/
#include <linux/init.h>
#include <linux/module.h>
#include <linux/clk.h>
#include <linux/err.h>
#include <linux/delay.h>