aboutsummaryrefslogtreecommitdiff
path: root/toys/other/insmod.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/other/insmod.c')
-rw-r--r--toys/other/insmod.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/toys/other/insmod.c b/toys/other/insmod.c
index e794828c..3eae538a 100644
--- a/toys/other/insmod.c
+++ b/toys/other/insmod.c
@@ -3,8 +3,6 @@
* insmod.c - Load a module into the Linux kernel.
*
* Copyright 2012 Elie De Brauwer <eliedebrauwer@gmail.com>
- *
- * Not in SUSv4.
USE_INSMOD(NEWTOY(insmod, "<1", TOYFLAG_BIN|TOYFLAG_NEEDROOT))