ia64/xen-unstable
changeset 11750:8959876abbe3
[NET] front: Include linux/moduleparam.h since we use module_param_*
Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
author | Ian Campbell <ian.campbell@xensource.com> |
---|---|
date | Thu Oct 05 14:07:57 2006 +0100 (2006-10-05) |
parents | 2e58022889a5 |
children | a95dfbc8dca8 |
files | linux-2.6-xen-sparse/drivers/xen/netfront/netfront.c |
line diff
1.1 --- a/linux-2.6-xen-sparse/drivers/xen/netfront/netfront.c Thu Oct 05 12:08:08 2006 +0100 1.2 +++ b/linux-2.6-xen-sparse/drivers/xen/netfront/netfront.c Thu Oct 05 14:07:57 2006 +0100 1.3 @@ -47,6 +47,7 @@ 1.4 #include <linux/in.h> 1.5 #include <linux/if_ether.h> 1.6 #include <linux/io.h> 1.7 +#include <linux/moduleparam.h> 1.8 #include <net/sock.h> 1.9 #include <net/pkt_sched.h> 1.10 #include <net/arp.h>