Skip to content

Commit

Permalink
mfd/tc35892: rename tc35892 header to tc3589x
Browse files Browse the repository at this point in the history
Rename the header file to include further variants within
the same mfd core driver

Acked-by: Samuel Ortiz <sameo@linux.intel.com>
Signed-off-by: Sundar Iyer <sundar.iyer@stericsson.com>
Signed-off-by: Linus Walleij <linus.walleij@stericsson.com>
  • Loading branch information
Sundar Iyer authored and Linus Walleij committed Dec 19, 2010
1 parent d5d2281 commit c6eda6c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/gpio/tc35892-gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#include <linux/gpio.h>
#include <linux/irq.h>
#include <linux/interrupt.h>
#include <linux/mfd/tc35892.h>
#include <linux/mfd/tc3589x.h>

/*
* These registers are modified under the irq bus lock and cached to avoid
Expand Down
2 changes: 1 addition & 1 deletion drivers/mfd/tc35892.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include <linux/slab.h>
#include <linux/i2c.h>
#include <linux/mfd/core.h>
#include <linux/mfd/tc35892.h>
#include <linux/mfd/tc3589x.h>

/**
* tc35892_reg_read() - read a single TC35892 register
Expand Down
File renamed without changes.

0 comments on commit c6eda6c

Please sign in to comment.