Skip to content

Commit

Permalink
iio: afe: rescale: reorder includes
Browse files Browse the repository at this point in the history
Includes should be ordered alphabetically which is already the case,
but follow what is done in other drivers by separation IIO specific
headers with a blank line.

Signed-off-by: Liam Beguin <[email protected]>
Reviewed-by: Andy Shevchenko <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jonathan Cameron <[email protected]>
  • Loading branch information
liambeguin authored and jic23 committed Jan 30, 2022
1 parent 5159310 commit cd717ac
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions drivers/iio/afe/iio-rescale.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@

#include <linux/err.h>
#include <linux/gcd.h>
#include <linux/iio/consumer.h>
#include <linux/iio/iio.h>
#include <linux/module.h>
#include <linux/of.h>
#include <linux/of_device.h>
#include <linux/platform_device.h>
#include <linux/property.h>

#include <linux/iio/consumer.h>
#include <linux/iio/iio.h>

struct rescale;

struct rescale_cfg {
Expand Down

0 comments on commit cd717ac

Please sign in to comment.