maint: update for linux 4.8
* maint/ioctls_sym.sh: Add workarounds for linux/atm_zatm.h and xen/evtchn.h files.
This commit is contained in:
parent
378a47e80a
commit
7e8314eb34
@ -188,6 +188,17 @@ __EOF__
|
||||
#include <linux/fb.h>
|
||||
#undef FBIOGETCMAP
|
||||
#undef FBIOPUTCMAP
|
||||
__EOF__
|
||||
;;
|
||||
*linux/atm_zatm.h)
|
||||
cat <<'__EOF__'
|
||||
#include <linux/atm.h>
|
||||
#ifndef _LINUX_TIME_H
|
||||
# define _LINUX_TIME_H
|
||||
#endif
|
||||
#ifndef _UAPI_LINUX_TIME_H
|
||||
# define _UAPI_LINUX_TIME_H
|
||||
#endif
|
||||
__EOF__
|
||||
;;
|
||||
*linux/atm?*.h)
|
||||
@ -297,7 +308,7 @@ __EOF__
|
||||
*video/sstfb.h)
|
||||
echo 'struct fb_info;'
|
||||
;;
|
||||
*xen/gntdev.h)
|
||||
*xen/evtchn.h|*xen/gntdev.h)
|
||||
cat <<'__EOF__'
|
||||
typedef uint32_t grant_ref_t;
|
||||
typedef uint16_t domid_t;
|
||||
|
Loading…
x
Reference in New Issue
Block a user