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