lkml.org 
[lkml]   [2003]   [Aug]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
Subject[PATCH 3/16] C99: 2.6.0-t3-bk7/arch/arm
From
diff -aur linux.backup/arch/arm/kernel/apm.c linux/arch/arm/kernel/apm.c
--- linux.backup/arch/arm/kernel/apm.c Thu Jun 26 23:44:05 2003
+++ linux/arch/arm/kernel/apm.c Wed Aug 20 16:40:22 2003
@@ -388,18 +388,18 @@
}

static struct file_operations apm_bios_fops = {
- owner: THIS_MODULE,
- read: apm_read,
- poll: apm_poll,
- ioctl: apm_ioctl,
- open: apm_open,
- release: apm_release,
+ .owner = THIS_MODULE,
+ .read = apm_read,
+ .poll = apm_poll,
+ .ioctl = apm_ioctl,
+ .open = apm_open,
+ .release = apm_release,
};

static struct miscdevice apm_device = {
- minor: APM_MINOR_DEV,
- name: "apm_bios",
- fops: &apm_bios_fops
+ .minor = APM_MINOR_DEV,
+ .name = "apm_bios",
+ .fops = &apm_bios_fops
};


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 13:47    [W:0.044 / U:0.068 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site