mfd: Rename mfd_shared_cell_{en,dis}able to drop the "shared" part
As requested by Samuel, there's not really any reason to have "shared" in the name. This also modifies the only user of the function, as well. Signed-off-by: Andres Salomon <dilinger@queued.net> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
parent
7e5dc1f700
commit
f77289ac25
3 changed files with 8 additions and 8 deletions
|
@ -59,8 +59,8 @@ struct mfd_cell {
|
|||
* being called only when a device is first being enabled or no other
|
||||
* clients are making use of it.
|
||||
*/
|
||||
extern int mfd_shared_cell_enable(struct platform_device *pdev);
|
||||
extern int mfd_shared_cell_disable(struct platform_device *pdev);
|
||||
extern int mfd_cell_enable(struct platform_device *pdev);
|
||||
extern int mfd_cell_disable(struct platform_device *pdev);
|
||||
|
||||
/*
|
||||
* Given a platform device that's been created by mfd_add_devices(), fetch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue