X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Fnet%2Fsyncppp.h;h=e43f4070d892fbb1d7173bfaf840c4702f72afef;hb=c157dfa3e4aea5775389f2f4d53c040bc8813af1;hp=877efa434700bec7d7a997b8492568be0316af5a;hpb=35ebbae2836a361330b784706b7140c90a346a53;p=linux-2.6-omap-h63xx.git diff --git a/include/net/syncppp.h b/include/net/syncppp.h index 877efa43470..e43f4070d89 100644 --- a/include/net/syncppp.h +++ b/include/net/syncppp.h @@ -59,7 +59,7 @@ struct ppp_device static inline struct sppp *sppp_of(struct net_device *dev) { - struct ppp_device **ppp = dev->priv; + struct ppp_device **ppp = dev->ml_priv; BUG_ON((*ppp)->dev != dev); return &(*ppp)->sppp; }