Skip to content

Commit

Permalink
mfd: dm355evm_msp: Move header file out of I2C realm
Browse files Browse the repository at this point in the history
include/linux/i2c is not for client devices. Move the header file to a
more appropriate location.

Signed-off-by: Wolfram Sang <[email protected]>
Acked-by: Alexandre Belloni <[email protected]>
Acked-by: Dmitry Torokhov <[email protected]>
Signed-off-by: Lee Jones <[email protected]>
  • Loading branch information
Wolfram Sang authored and Lee Jones committed Aug 15, 2017
1 parent 5771a8c commit 0335a95
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion drivers/input/misc/dm355evm_keys.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#include <linux/platform_device.h>
#include <linux/interrupt.h>

#include <linux/i2c/dm355evm_msp.h>
#include <linux/mfd/dm355evm_msp.h>
#include <linux/module.h>


Expand Down
2 changes: 1 addition & 1 deletion drivers/mfd/dm355evm_msp.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#include <linux/gpio.h>
#include <linux/leds.h>
#include <linux/i2c.h>
#include <linux/i2c/dm355evm_msp.h>
#include <linux/mfd/dm355evm_msp.h>


/*
Expand Down
2 changes: 1 addition & 1 deletion drivers/rtc/rtc-dm355evm.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#include <linux/rtc.h>
#include <linux/platform_device.h>

#include <linux/i2c/dm355evm_msp.h>
#include <linux/mfd/dm355evm_msp.h>
#include <linux/module.h>


Expand Down
File renamed without changes.

0 comments on commit 0335a95

Please sign in to comment.