diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-04-12 16:53:47 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-04-12 16:53:47 -0300 |
commit | d0cbd232d64b68d67342d9d46c9cf8dff82e489a (patch) | |
tree | 7f13899c0cdb1f0db5c22da7a7b7614bcc5341a9 /libre/linux-libre/0003-module-remove-MODULE_GENERIC_TABLE.patch | |
parent | 9590d43f00bffa34ee3d5587503d453038b8087d (diff) | |
download | abslibre-d0cbd232d64b68d67342d9d46c9cf8dff82e489a.tar.gz abslibre-d0cbd232d64b68d67342d9d46c9cf8dff82e489a.tar.bz2 abslibre-d0cbd232d64b68d67342d9d46c9cf8dff82e489a.zip |
linux-libre-3.14-5: fix a futex bug and add some iwlwifi fixes
Diffstat (limited to 'libre/linux-libre/0003-module-remove-MODULE_GENERIC_TABLE.patch')
-rw-r--r-- | libre/linux-libre/0003-module-remove-MODULE_GENERIC_TABLE.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/linux-libre/0003-module-remove-MODULE_GENERIC_TABLE.patch b/libre/linux-libre/0003-module-remove-MODULE_GENERIC_TABLE.patch index 43947a1d3..d7a022ce8 100644 --- a/libre/linux-libre/0003-module-remove-MODULE_GENERIC_TABLE.patch +++ b/libre/linux-libre/0003-module-remove-MODULE_GENERIC_TABLE.patch @@ -1,7 +1,7 @@ From 06d2e746733a83469944481cb7f4fb1c7134a8ce Mon Sep 17 00:00:00 2001 From: Rusty Russell <rusty@rustcorp.com.au> Date: Mon, 3 Feb 2014 11:15:13 +1030 -Subject: [PATCH 3/7] module: remove MODULE_GENERIC_TABLE +Subject: [PATCH 03/10] module: remove MODULE_GENERIC_TABLE MODULE_DEVICE_TABLE() calles MODULE_GENERIC_TABLE(); make it do the work directly. This also removes a wart introduced in the last patch, @@ -71,5 +71,5 @@ index ad18f60..5686b37 100644 /* Version of form [<epoch>:]<version>[-<extra-version>]. * Or for CVS/RCS ID version, everything but the number is stripped. -- -1.9.1 +1.9.2 |