X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Fnet%2Fdcbnl.h;h=775cfc8055bed122d9e54f30b83c186cccf3a185;hb=dc52b5bf2c94828fd3c8d26f4ca810d4ba53999a;hp=91e0a3d7faf236c1c0c3e54e0336dee366e74acb;hpb=354ade9058687fdef8a612c7b298d4c51dae3da7;p=mv-sheeva.git diff --git a/include/net/dcbnl.h b/include/net/dcbnl.h index 91e0a3d7faf..775cfc8055b 100644 --- a/include/net/dcbnl.h +++ b/include/net/dcbnl.h @@ -26,7 +26,7 @@ */ struct dcbnl_rtnl_ops { u8 (*getstate)(struct net_device *); - void (*setstate)(struct net_device *, u8); + u8 (*setstate)(struct net_device *, u8); void (*getpermhwaddr)(struct net_device *, u8 *); void (*setpgtccfgtx)(struct net_device *, int, u8, u8, u8, u8); void (*setpgbwgcfgtx)(struct net_device *, int, u8);