summaryrefslogtreecommitdiff
path: root/x11-misc/bumblebee/files/bumblebee-3.0.1-remove-wait.patch
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/bumblebee/files/bumblebee-3.0.1-remove-wait.patch')
-rw-r--r--x11-misc/bumblebee/files/bumblebee-3.0.1-remove-wait.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/x11-misc/bumblebee/files/bumblebee-3.0.1-remove-wait.patch b/x11-misc/bumblebee/files/bumblebee-3.0.1-remove-wait.patch
deleted file mode 100644
index 06adda98..00000000
--- a/x11-misc/bumblebee/files/bumblebee-3.0.1-remove-wait.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/src/module.c b/src/module.c
-index 06f8872..55fa70e 100644
---- a/src/module.c
-+++ b/src/module.c
-@@ -96,7 +96,6 @@ int module_unload(char *driver) {
- bb_log(LOG_INFO, "Unloading %s driver\n", driver);
- char *mod_argv[] = {
- "rmmod",
-- "--wait",
- driver,
- NULL
- }; \ No newline at end of file