diff options
author | Kyle McMartin <kmcmarti@redhat.com> | 2014-08-12 16:30:45 -0400 |
---|---|---|
committer | Kyle McMartin <kmcmarti@redhat.com> | 2014-08-12 16:31:08 -0400 |
commit | 0c88b0b7fbe28b63646cf494b36c0b03187eb292 (patch) | |
tree | 32811999690af77c4ee2685399265138343e4a1c /kernel.spec | |
parent | 1fd75f556a645ecdd4d7ddf6016b056b74d3aa87 (diff) | |
download | kernel-0c88b0b7fbe28b63646cf494b36c0b03187eb292.tar.gz kernel-0c88b0b7fbe28b63646cf494b36c0b03187eb292.tar.xz kernel-0c88b0b7fbe28b63646cf494b36c0b03187eb292.zip |
nouveau_platform-fix.patch: handle nouveau_dev() removal
(also fix previous patch... sigh.)
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec index f1e05118d..69c47f306 100644 --- a/kernel.spec +++ b/kernel.spec @@ -637,6 +637,7 @@ Patch26013: acpi-video-Add-use-native-backlight-quirk-for-the-Th.patch Patch26014: acpi-video-Add-use_native_backlight-quirk-for-HP-Pro.patch Patch27000: tegra-powergate-header-move.patch +Patch27001: nouveau_platform-fix.patch # git clone ssh://git.fedorahosted.org/git/kernel-arm64.git, git diff master...devel Patch30000: kernel-arm64.patch @@ -1361,6 +1362,7 @@ ApplyPatch acpi-video-Add-use_native_backlight-quirk-for-HP-Pro.patch ApplyPatch 0001-ideapad-laptop-Change-Lenovo-Yoga-2-series-rfkill-ha.patch ApplyPatch tegra-powergate-header-move.patch +ApplyPatch nouveau_platform-fix.patch %if 0%{?aarch64patches} ApplyPatch kernel-arm64.patch @@ -2246,6 +2248,7 @@ fi %changelog * Tue Aug 12 2014 Kyle McMartin <kyle@fedoraproject.org> - tegra-powergate-header-move.patch: deal with armv7hl breakage +- nouveau_platform-fix.patch: handle nouveau_dev() removal * Tue Aug 12 2014 Josh Boyer <jwboyer@fedoraproject.org> - 3.17.0-0.rc0.git4.1 - Add updated crash driver from Dave Anderson and re-enable |