浏览代码

[PKT_SCHED]: Fixup simple action define.

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>
Jamal Hadi Salim 20 年之前
父节点
当前提交
1eda339e76
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      include/net/act_generic.h

+ 2 - 2
include/net/act_generic.h

@@ -2,8 +2,8 @@
  * include/net/act_generic.h
  * 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)
 static inline int tcf_defact_release(struct tcf_defact *p, int bind)
 {
 {
 	int ret = 0;
 	int ret = 0;