upgrade wireless-tools and iproute2
[openwrt.git] / package / linux / kernel-patches / 018_drivers_char_mem_c
1 --- linux-mips-cvs/drivers/char/mem.c 2004-08-14 20:38:49.000000000 +0200
2 +++ linux-broadcom/drivers/char/mem.c 2005-01-31 13:13:14.000000000 +0100
3 @@ -713,7 +713,8 @@
4 {1, "mem", S_IRUSR | S_IWUSR | S_IRGRP, &mem_fops},
5 {2, "kmem", S_IRUSR | S_IWUSR | S_IRGRP, &kmem_fops},
6 {3, "null", S_IRUGO | S_IWUGO, &null_fops},
7 -#if defined(CONFIG_ISA) || !defined(__mc68000__)
8 +#if defined(CONFIG_ISA) || !defined(__mc68000__) || \
9 + defined(CONFIG_BCM94702_CPCI)
10 {4, "port", S_IRUSR | S_IWUSR | S_IRGRP, &port_fops},
11 #endif
12 {5, "zero", S_IRUGO | S_IWUGO, &zero_fops},
This page took 0.053513 seconds and 5 git commands to generate.