X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=include%2Flinux%2Fm48t86.h;h=915d6b4f0f89689a81d749b6a87b5b2c0ea2d432;hb=fabb5c4e4a474ff0f7d6c1d3466a1b79bbce5f49;hp=9065199319d033cc0560c1f91305930980827039;hpb=ca9ba4471c1203bb6e759b76e83167fec54fe590;p=cascardo%2Flinux.git 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); };