On Wed, Feb 24, 2016 at 09:34:12PM +0300, Yury Norov wrote: > diff --git a/include/linux/syscalls_structs.h > b/include/linux/syscalls_structs.h > new file mode 100644 > index 0000000..a920cbc > --- /dev/null > +++ b/include/linux/syscalls_structs.h > @@ -0,0 +1,60 @@ > +#ifndef _LINUX_SYSCALL_STRUCTS_H > +#define _LINUX_SYSCALL_STRUCTS_H > + > +struct epoll_event; > +struct iattr; > +struct inode; > +struct iocb; > +struct io_event; > +struct iovec; > +struct itimerspec; > +struct itimerval;
This is not needed for s390, right? So might be worth a separate patch which moves the forward declarations?