]> pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[PKT_SCHED]: Fixup simple action define.
authorJamal Hadi Salim <hadi@cyberus.ca>
Thu, 19 May 2005 19:42:39 +0000 (12:42 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 19 May 2005 19:42:39 +0000 (12:42 -0700)
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>
include/net/act_generic.h

index 95b120781c14696b40e9f9528e414289e9051ac5..c9daa7e52300da04d17defe8ec49ab79ea743166 100644 (file)
@@ -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;