Commit 1eda339e authored by Jamal Hadi Salim's avatar Jamal Hadi Salim Committed by David S. Miller

[PKT_SCHED]: Fixup simple action define.

Make it consistent with other net/sched files
Signed-off-by: default avatarJamal Hadi Salim <hadi@cyberus.ca>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 31c26852
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
* include/net/act_generic.h * include/net/act_generic.h
* *
*/ */
#ifndef ACT_GENERIC_H #ifndef _NET_ACT_GENERIC_H
#define ACT_GENERIC_H #define _NET_ACT_GENERIC_H
static inline int tcf_defact_release(struct tcf_defact *p, int bind) static inline int tcf_defact_release(struct tcf_defact *p, int bind)
{ {
int ret = 0; int ret = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment