Add required headers to be include order independent. Signed-off-by: Marco Felsch <[email protected]> --- include/aiodev.h | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/include/aiodev.h b/include/aiodev.h
index fb0807ad420a..e2772b5ae4d6 100644
--- a/include/aiodev.h
+++ b/include/aiodev.h
@@ -10,6 +10,9 @@
#ifndef __AIODEVICE_H
#define __AIODEVICE_H
+#include <driver.h>
+#include <linux/types.h>
+
struct aiodevice;
struct aiochannel {
int index;
--
2.47.3
