Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kernel: Make it compile on 3.18 (maybe older) kernels (#1460)
input-event-codes.h: Input: add input-event-codes header file (torvalds/linux@f902dd8) This was in 4.4-rc, so 4.4.0 or above has it else no. aio.h: fs: move struct kiocb to fs.h (torvalds/linux@e2e40f2) Below this version, we need to explicitly include aio.h for struct kiocb This was in 4.1-rc, so 4.0 or below should do the include uaccess.h, sched.h was present for long times, but 4.10 splited out to include/sched/ but the current ifdef is not including uaccess.h for lower versions than 4.4. Fix it.
- Loading branch information