Skip to content

Commit

Permalink
staging:iio:rename trigger_consumer.h to indicate it is core only.
Browse files Browse the repository at this point in the history
Need this out the way to create a trigger_consumer.h that actually is
for trigger consumers.

Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Jonathan Cameron authored and Greg Kroah-Hartman committed Aug 24, 2011
1 parent f60c4a0 commit 6aea1c3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion drivers/staging/iio/industrialio-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
#include <linux/cdev.h>
#include <linux/slab.h>
#include "iio.h"
#include "trigger_consumer.h"
#include "iio_core.h"
#include "iio_core_trigger.h"

#define IIO_ID_PREFIX "device"
#define IIO_ID_FORMAT IIO_ID_PREFIX "%d"
Expand Down
2 changes: 1 addition & 1 deletion drivers/staging/iio/industrialio-trigger.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#include "iio.h"
#include "trigger.h"
#include "iio_core.h"
#include "trigger_consumer.h"
#include "iio_core_trigger.h"

/* RFC - Question of approach
* Make the common case (single sensor single trigger)
Expand Down

0 comments on commit 6aea1c3

Please sign in to comment.