X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=ipc%2Fsyscall.c;h=1d6f53f6b562441bcf5ef99c85067275eecf6c5a;hb=f53d7ce32e13dbd09573b176e6521a04c2c77803;hp=355a3da9ec73dd8bba5f596c1e1d026e53d881ea;hpb=39710479303fd3affb3e204e9a7a75cc676977b5;p=karo-tx-linux.git diff --git a/ipc/syscall.c b/ipc/syscall.c index 355a3da9ec73..1d6f53f6b562 100644 --- a/ipc/syscall.c +++ b/ipc/syscall.c @@ -13,7 +13,7 @@ #include #include -SYSCALL_DEFINE6(ipc, unsigned int, call, int, first, int, second, +SYSCALL_DEFINE6(ipc, unsigned int, call, int, first, unsigned long, second, unsigned long, third, void __user *, ptr, long, fifth) { int version, ret;