X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=net%2Fatm%2Fmpc.h;h=c7b1108d01e4e7e1179ced05d5762f0f8e086eca;hb=9213980e6a70d8473e0ffd4b39ab5b6caaba9ff5;hp=a28e4b2749605505f7df68f90c851e1b27b0bf84;hpb=c449269f45c2cdf53af08c8d0af37472f66539d9;p=linux-2.6.git diff --git a/net/atm/mpc.h b/net/atm/mpc.h index a28e4b274..c7b1108d0 100644 --- a/net/atm/mpc.h +++ b/net/atm/mpc.h @@ -13,7 +13,7 @@ int msg_to_mpoad(struct k_message *msg, struct mpoa_client *mpc); /* Functions for ioctl(ATMMPC_*) operations */ int atm_mpoa_mpoad_attach(struct atm_vcc *vcc, int arg); -int atm_mpoa_vcc_attach(struct atm_vcc *vcc, long arg); +int atm_mpoa_vcc_attach(struct atm_vcc *vcc, void __user *arg); struct mpoa_client { struct mpoa_client *next;