1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 05:58:53 +02:00

ar71xx: include linux/module.h in the micrel phy driver

SVN-Revision: 29848
This commit is contained in:
Gabor Juhos 2012-01-22 13:51:49 +00:00
parent e9d8deaaed
commit f90e578903

@ -10,6 +10,7 @@
*
*/
#include <linux/module.h>
#include <linux/delay.h>
#include <linux/skbuff.h>
#include <linux/phy.h>