+++ /dev/null
---- linux-2.4.30/arch/mips/bcm947xx/gpio.c.orig 2006-03-26 06:43:24 -05:00
-+++ linux-2.4.30/arch/mips/bcm947xx/gpio.c 2006-03-26 06:44:00 -05:00
-@@ -135,7 +135,7 @@
- gpio_file[i].handle = devfs_register(gpio_dir,
- gpio_file[i].name,
- DEVFS_FL_DEFAULT, gpio_major, i,
-- S_IFCHR | S_IRUGO | S_IWUGO,
-+ S_IFCHR | S_IRUSR | S_IWUSR,
- &gpio_fops, NULL);
- }
-
devfs_rw_handle[mtd->index] = devfs_register(devfs_dir_handle, name,
DEVFS_FL_DEFAULT, MTD_BLOCK_MAJOR, mtd->index,
- S_IFBLK | S_IRUGO | S_IWUGO,
-+ S_IFBLK | S_IRUGO | S_IWUSR,
++ S_IFBLK | S_IRUSR | S_IWUSR,
&mtd_fops, NULL);
}
devfs_rw_handle[mtd->index] = devfs_register(devfs_dir_handle, name,
DEVFS_FL_DEFAULT, MTD_CHAR_MAJOR, mtd->index*2,
- S_IFCHR | S_IRUGO | S_IWUGO,
-+ S_IFCHR | S_IRUGO | S_IWUSR,
++ S_IFCHR | S_IRUSR | S_IWUSR,
&mtd_fops, NULL);
sprintf(name, "%dro", mtd->index);