X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=include%2Flinux%2Fm48t86.h;h=915d6b4f0f89689a81d749b6a87b5b2c0ea2d432;hp=9065199319d033cc0560c1f91305930980827039;hb=ec0afc9311adcfb10b90e547c23250f63939f990;hpb=ca9ba4471c1203bb6e759b76e83167fec54fe590 diff --git a/include/linux/m48t86.h b/include/linux/m48t86.h index 9065199319d0..915d6b4f0f89 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); };