|
@@ -82,14 +82,6 @@ struct netdev_queue *dev_ingress_queue_create(struct net_device *dev);
|
|
#ifdef CONFIG_NET_CLS_ACT
|
|
#ifdef CONFIG_NET_CLS_ACT
|
|
void net_inc_ingress_queue(void);
|
|
void net_inc_ingress_queue(void);
|
|
void net_dec_ingress_queue(void);
|
|
void net_dec_ingress_queue(void);
|
|
-#else
|
|
|
|
-static inline void net_inc_ingress_queue(void)
|
|
|
|
-{
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-static inline void net_dec_ingress_queue(void)
|
|
|
|
-{
|
|
|
|
-}
|
|
|
|
#endif
|
|
#endif
|
|
|
|
|
|
extern void rtnetlink_init(void);
|
|
extern void rtnetlink_init(void);
|