[kernel] r18339 - dists/trunk/linux-2.6/debian/patches/features/all
Ben Hutchings
benh at alioth.debian.org
Thu Dec 1 17:25:02 UTC 2011
Author: benh
Date: Thu Dec 1 17:24:59 2011
New Revision: 18339
Log:
cs46xx: Include <linux/module.h> to get definition of MODULE_FIRMWARE
It appears that cs46xx_lib.c used to include <linux/module.h>
indirectly. This is no longer the case, so we now need to include it
directly.
Modified:
dists/trunk/linux-2.6/debian/patches/features/all/sound-pci-cs46xx-request_firmware.patch
Modified: dists/trunk/linux-2.6/debian/patches/features/all/sound-pci-cs46xx-request_firmware.patch
==============================================================================
--- dists/trunk/linux-2.6/debian/patches/features/all/sound-pci-cs46xx-request_firmware.patch Thu Dec 1 15:13:37 2011 (r18338)
+++ dists/trunk/linux-2.6/debian/patches/features/all/sound-pci-cs46xx-request_firmware.patch Thu Dec 1 17:24:59 2011 (r18339)
@@ -31,11 +31,12 @@
index 1be96ea..b12b930 100644
--- a/sound/pci/cs46xx/cs46xx_lib.c
+++ b/sound/pci/cs46xx/cs46xx_lib.c
-@@ -54,6 +54,7 @@
+@@ -54,6 +54,8 @@
#include <linux/gameport.h>
#include <linux/mutex.h>
#include <linux/export.h>
+#include <linux/firmware.h>
++#include <linux/module.h>
#include <sound/core.h>
More information about the Kernel-svn-changes
mailing list