]> git.pld-linux.org Git - packages/kernel.git/blame - 2.6.0-t5-PPC-fix.patch
- obsolete
[packages/kernel.git] / 2.6.0-t5-PPC-fix.patch
CommitLineData
75226fb8 1diff -Nur linux-2.6.0-test5.old/drivers/video/aty/aty128fb.c linux-2.6.0-test5/drivers/video/aty/aty128fb.c
2--- linux-2.6.0-test5.old/drivers/video/aty/aty128fb.c Mon Sep 8 19:50:04 2003
3+++ linux-2.6.0-test5/drivers/video/aty/aty128fb.c Fri Sep 12 09:59:55 2003
4@@ -2041,9 +2041,9 @@
5 #define ATY_MIRROR_CRT_ON 0x00000002
6
7 /* out param: u32* backlight value: 0 to 15 */
8-#define FBIO_ATY128_GET_MIRROR _IOR('@', 1, sizeof(__u32*))
9+#define FBIO_ATY128_GET_MIRROR _IOR('@', 1, long)
10 /* in param: u32* backlight value: 0 to 15 */
11-#define FBIO_ATY128_SET_MIRROR _IOW('@', 2, sizeof(__u32*))
12+#define FBIO_ATY128_SET_MIRROR _IOW('@', 2, long)
13
14 static int aty128fb_ioctl(struct inode *inode, struct file *file, u_int cmd,
15 u_long arg, struct fb_info *info)
16diff -Nur linux-2.6.0-test5.old/include/linux/pmu.h linux-2.6.0-test5/include/linux/pmu.h
17--- linux-2.6.0-test5.old/include/linux/pmu.h Mon Sep 8 19:49:52 2003
18+++ linux-2.6.0-test5/include/linux/pmu.h Fri Sep 12 09:27:28 2003
19@@ -132,7 +132,7 @@
20 /* out param: u32* can_sleep: 0 or 1 */
21 #define PMU_IOC_CAN_SLEEP _IOR('B', 5, size_t)
22 /* no param */
23-#define PMU_IOC_GRAB_BACKLIGHT _IOR('B', 6, 0)
24+#define PMU_IOC_GRAB_BACKLIGHT _IOR('B', 6, size_t)
25
26 #ifdef __KERNEL__
27
This page took 0.178666 seconds and 4 git commands to generate.