diff options
| author | Paul Mackerras <paulus@samba.org> | 2002-09-05 16:38:42 +1000 |
|---|---|---|
| committer | Paul Mackerras <paulus@au1.ibm.com> | 2002-09-05 16:38:42 +1000 |
| commit | d40454d1efdf25058d8b60201f0bd6e80ef4d21d (patch) | |
| tree | 8283ab6ac8d449054474a1b08b1b65667987d520 /arch/ppc/kernel/ppc_htab.c | |
| parent | 535b1d68f9e04bd4b55d85600afc38085f9b5f20 (diff) | |
PPC32: update some initializers to the standard format, from Rusty.
Diffstat (limited to 'arch/ppc/kernel/ppc_htab.c')
| -rw-r--r-- | arch/ppc/kernel/ppc_htab.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/ppc/kernel/ppc_htab.c b/arch/ppc/kernel/ppc_htab.c index 61a8da7856dc..f3e6850cc081 100644 --- a/arch/ppc/kernel/ppc_htab.c +++ b/arch/ppc/kernel/ppc_htab.c @@ -66,9 +66,9 @@ extern unsigned int htab_hash_searches; #define PMC2 954 struct file_operations ppc_htab_operations = { - llseek: ppc_htab_lseek, - read: ppc_htab_read, - write: ppc_htab_write, + .llseek = ppc_htab_lseek, + .read = ppc_htab_read, + .write = ppc_htab_write, }; static char *pmc1_lookup(unsigned long mmcr0) |
