[kernel] r14465 - dists/trunk/linux-2.6/debian/patches/features/all

Ben Hutchings benh at alioth.debian.org
Mon Oct 26 22:27:26 UTC 2009


Author: benh
Date: Mon Oct 26 22:27:21 2009
New Revision: 14465

Log:
Restore inclusion of <linux/crc-ccitt.h>

Modified:
   dists/trunk/linux-2.6/debian/patches/features/all/drivers-staging-rt28x0sta-request_firmware.patch

Modified: dists/trunk/linux-2.6/debian/patches/features/all/drivers-staging-rt28x0sta-request_firmware.patch
==============================================================================
--- dists/trunk/linux-2.6/debian/patches/features/all/drivers-staging-rt28x0sta-request_firmware.patch	Mon Oct 26 03:16:57 2009	(r14464)
+++ dists/trunk/linux-2.6/debian/patches/features/all/drivers-staging-rt28x0sta-request_firmware.patch	Mon Oct 26 22:27:21 2009	(r14465)
@@ -17,7 +17,7 @@
  	  This is an experimental driver for the Ralink 2860 wireless chip.
 --- a/drivers/staging/rt2860/common/rtmp_init.c
 +++ b/drivers/staging/rt2860/common/rtmp_init.c
-@@ -38,14 +38,7 @@
+@@ -38,14 +38,8 @@
      Jan Lee  2006-09-15    RT2860. Change for 802.11n , EEPROM, Led, BA, HT.
  */
  #include "../rt_config.h"
@@ -30,6 +30,7 @@
 -#include "../../rt3070/firmware.h"
 -#endif
 +#include <linux/firmware.h>
++#include <linux/crc-ccitt.h>
  
  UCHAR    BIT8[] = {0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80};
  ULONG    BIT32[] = {0x00000001, 0x00000002, 0x00000004, 0x00000008,



More information about the Kernel-svn-changes mailing list