wok-4.x view linux-api-headers/stuff/header-type-missing.patch @ rev 12466

New toolchain GCC 4.9.2, Glibc 2.19, Binutils 2.23.1
author Stanislas Leduc <shann@slitaz.org>
date Wed Nov 09 15:12:00 2022 +0000 (18 months ago)
parents
children
line source
1 diff --git a/include/drm/drm_mode.h b/include/drm/drm_mode.h
2 index c4961ea..fe8005f 100644
3 --- a/include/drm/drm_mode.h
4 +++ b/include/drm/drm_mode.h
5 @@ -81,6 +81,8 @@
6 #define DRM_MODE_DIRTY_ON 1
7 #define DRM_MODE_DIRTY_ANNOTATE 2
9 +#include <linux/types.h>
10 +
11 struct drm_mode_modeinfo {
12 __u32 clock;
13 __u16 hdisplay, hsync_start, hsync_end, htotal, hskew;
14 diff --git a/include/drm/i915_drm.h b/include/drm/i915_drm.h
15 index 28c0d11..d7ddd33 100644
16 --- a/include/drm/i915_drm.h
17 +++ b/include/drm/i915_drm.h
18 @@ -27,6 +27,7 @@
19 #ifndef _I915_DRM_H_
20 #define _I915_DRM_H_
22 +#include <linux/types.h>
23 #include "drm.h"
25 /* Please note that modifications to all structs defined here are
26 diff --git a/include/drm/mga_drm.h b/include/drm/mga_drm.h
27 index fca8170..8058ce0 100644
28 --- a/include/drm/mga_drm.h
29 +++ b/include/drm/mga_drm.h
30 @@ -35,6 +35,7 @@
31 #ifndef __MGA_DRM_H__
32 #define __MGA_DRM_H__
34 +#include <linux/types.h>
35 #include "drm.h"
37 /* WARNING: If you change any of these defines, make sure to change the
38 diff --git a/include/drm/radeon_drm.h b/include/drm/radeon_drm.h
39 index b65be60..f0be4c7 100644
40 --- a/include/drm/radeon_drm.h
41 +++ b/include/drm/radeon_drm.h
42 @@ -33,6 +33,7 @@
43 #ifndef __RADEON_DRM_H__
44 #define __RADEON_DRM_H__
46 +#include <linux/types.h>
47 #include "drm.h"
49 /* WARNING: If you change any of these defines, make sure to change the
50 diff --git a/include/drm/via_drm.h b/include/drm/via_drm.h
51 index fd11a5b..23880b0 100644
52 --- a/include/drm/via_drm.h
53 +++ b/include/drm/via_drm.h
54 @@ -24,6 +24,7 @@
55 #ifndef _VIA_DRM_H_
56 #define _VIA_DRM_H_
58 +#include <linux/types.h>
59 #include "drm.h"
61 /* WARNING: These defines must be the same as what the Xserver uses.
62 diff a/include/scsi/scsi_netlink.h b/include/scsi/scsi_netlink.h
63 --- a/include/scsi/scsi_netlink.h
64 +++ b/include/scsi/scsi_netlink.h
65 @@ -22,6 +22,7 @@
66 #ifndef SCSI_NETLINK_H
67 #define SCSI_NETLINK_H
69 +#include <linux/types.h>
70 #include <linux/netlink.h>