maint: update for linux v4.18

* maint/ioctls_sym.sh: Add workaround for linux/omap3isp.h file.
This commit is contained in:
Gleb Fotengauer-Malinovskiy 2018-08-10 19:06:38 +03:00 committed by Dmitry V. Levin
parent 95cf8b343f
commit 5f3b52cd32

View File

@ -260,6 +260,9 @@ __EOF__
*) return 0 ;; # not applicable
esac
;;
*linux/omap3isp.h)
echo 'struct omap3isp_stat_data_time32 {uint32_t dummy32[4]; uint16_t dummy16[3]; };'
;;
*linux/sonet.h)
echo '#include <linux/atmioc.h>'
;;