Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9dd1cb30 authored by Jonathan Cameron's avatar Jonathan Cameron Committed by Greg Kroah-Hartman
Browse files

staging:iio: push "sysfs.h" and linux/irq.h out of iio.h



These are no longer needed.
Requires a few driver updates for places "sysfs.h" should have been
present but wasn't.

Signed-off-by: default avatarJonathan Cameron <jic23@cam.ac.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent c009f7e4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@
#include <linux/err.h>

#include "../iio.h"
#include "../sysfs.h"
#include "dac.h"

#include "max517.h"
+0 −2
Original line number Diff line number Diff line
@@ -13,8 +13,6 @@

#include <linux/device.h>
#include <linux/cdev.h>
#include <linux/irq.h>
#include "sysfs.h"

/* IIO TODO LIST */
/*
+2 −0
Original line number Diff line number Diff line
@@ -26,6 +26,8 @@
#include "iio_core.h"
#include "iio_core_trigger.h"
#include "chrdev.h"
#include "sysfs.h"

/* IDA to assign each registered device a unique id*/
static DEFINE_IDA(iio_ida);

+1 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@

#include "iio.h"
#include "iio_core.h"
#include "sysfs.h"
#include "ring_generic.h"


+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@
#include <linux/delay.h>
#include <linux/slab.h>
#include "../iio.h"

#include "../sysfs.h"
#define CONVERSION_TIME_MS		100

#define ISL29018_REG_ADD_COMMAND1	0x00
Loading