Skip to content

Commit

Permalink
[PKT_SCHED]: Fixup simple action define.
Browse files Browse the repository at this point in the history
Make it consistent with other net/sched files

Signed-off-by: Jamal Hadi Salim <hadi@cyberus.ca>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Jamal Hadi Salim authored and David S. Miller committed May 19, 2005
1 parent 31c2685 commit 1eda339
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/net/act_generic.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* include/net/act_generic.h
*
*/
#ifndef ACT_GENERIC_H
#define ACT_GENERIC_H
#ifndef _NET_ACT_GENERIC_H
#define _NET_ACT_GENERIC_H
static inline int tcf_defact_release(struct tcf_defact *p, int bind)
{
int ret = 0;
Expand Down

0 comments on commit 1eda339

Please sign in to comment.