aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/m48t86.h
diff options
context:
space:
mode:
authorJeff Garzik <jeff@garzik.org>2006-06-11 23:04:37 -0400
committerJeff Garzik <jeff@garzik.org>2006-06-11 23:04:37 -0400
commitfec69a97489f961026e24536dbb7b86ac663948c (patch)
tree869713470d81ebc261598489a2711960336c7c37 /include/linux/m48t86.h
parent1049cb478783c74ca8c99ef70e7d2bf920b9335b (diff)
parent2f9719b61e1fcf7422a016ac4f2420a0cc6ba320 (diff)
downloadkernel_samsung_smdk4412-fec69a97489f961026e24536dbb7b86ac663948c.zip
kernel_samsung_smdk4412-fec69a97489f961026e24536dbb7b86ac663948c.tar.gz
kernel_samsung_smdk4412-fec69a97489f961026e24536dbb7b86ac663948c.tar.bz2
Merge branch 'upstream-fixes' into upstream
Conflicts: drivers/scsi/sata_sil24.c
Diffstat (limited to 'include/linux/m48t86.h')
-rw-r--r--include/linux/m48t86.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/m48t86.h b/include/linux/m48t86.h
index 9065199..915d6b4 100644
--- a/include/linux/m48t86.h
+++ b/include/linux/m48t86.h
@@ -11,6 +11,6 @@
struct m48t86_ops
{
- void (*writeb)(unsigned char value, unsigned long addr);
- unsigned char (*readb)(unsigned long addr);
+ void (*writebyte)(unsigned char value, unsigned long addr);
+ unsigned char (*readbyte)(unsigned long addr);
};