summaryrefslogtreecommitdiff
path: root/tools/kmod.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/kmod.h')
-rw-r--r--tools/kmod.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/tools/kmod.h b/tools/kmod.h
index 68a646a..8717aec 100644
--- a/tools/kmod.h
+++ b/tools/kmod.h
@@ -1,7 +1,7 @@
/*
* kmod - one tool to rule them all
*
- * Copyright (C) 2011-2013 ProFUSION embedded systems
+ * Copyright (C) 2011-2012 ProFUSION embedded systems
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -17,7 +17,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#pragma once
+#ifndef _KMOD_MACRO_H_
+#define _KMOD_MACRO_H_
#include "macro.h"
@@ -35,6 +36,4 @@ extern const struct kmod_cmd kmod_cmd_compat_modprobe;
extern const struct kmod_cmd kmod_cmd_compat_depmod;
extern const struct kmod_cmd kmod_cmd_list;
-extern const struct kmod_cmd kmod_cmd_static_nodes;
-
-#include "log.h"
+#endif