]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/linux/linux-wrt-2.4.30/018_drivers_char_mem_c
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / linux / linux-wrt-2.4.30 / 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},