mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
uncompress patches, requested by Kaloz
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@460 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
12
package/linux/kernel-patches/018_drivers_char_mem_c
Normal file
12
package/linux/kernel-patches/018_drivers_char_mem_c
Normal file
@@ -0,0 +1,12 @@
|
||||
--- linux-mips-cvs/drivers/char/mem.c 2004-08-14 20:38:49.000000000 +0200
|
||||
+++ linux-broadcom/drivers/char/mem.c 2005-01-31 13:13:14.000000000 +0100
|
||||
@@ -713,7 +713,8 @@
|
||||
{1, "mem", S_IRUSR | S_IWUSR | S_IRGRP, &mem_fops},
|
||||
{2, "kmem", S_IRUSR | S_IWUSR | S_IRGRP, &kmem_fops},
|
||||
{3, "null", S_IRUGO | S_IWUGO, &null_fops},
|
||||
-#if defined(CONFIG_ISA) || !defined(__mc68000__)
|
||||
+#if defined(CONFIG_ISA) || !defined(__mc68000__) || \
|
||||
+ defined(CONFIG_BCM94702_CPCI)
|
||||
{4, "port", S_IRUSR | S_IWUSR | S_IRGRP, &port_fops},
|
||||
#endif
|
||||
{5, "zero", S_IRUGO | S_IWUGO, &zero_fops},
|
||||
Reference in New Issue
Block a user