]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - drivers/staging/unisys/visorchannel/visorchannel.h
staging: unisys: remove U8 type
[mirror_ubuntu-zesty-kernel.git] / drivers / staging / unisys / visorchannel / visorchannel.h
index ecf0d11117e93059736d29d0ed120df54384d433..9de4f8a5bfce4a0e07648db79f5c639ba8324b0e 100644 (file)
@@ -55,7 +55,7 @@ int visorchannel_read(VISORCHANNEL *channel, ulong offset,
 int visorchannel_write(VISORCHANNEL *channel, ulong offset,
                       void *local, ulong nbytes);
 int visorchannel_clear(VISORCHANNEL *channel, ulong offset,
-                      U8 ch, ulong nbytes);
+                      u8 ch, ulong nbytes);
 BOOL visorchannel_signalremove(VISORCHANNEL *channel, U32 queue, void *msg);
 BOOL visorchannel_signalinsert(VISORCHANNEL *channel, U32 queue, void *msg);
 int visorchannel_signalqueue_slots_avail(VISORCHANNEL *channel, U32 queue);