Searched hist:93619 (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/power/reset/
H A Dsc27xx-poweroff.cdiff 93619fde Tue Mar 13 04:54:06 MDT 2018 Colin Ian King <colin.king@canonical.com> power: reset: make function sc27xx_poweroff_shutdown static

The function sc27xx_poweroff_shutdown is local to the source and does
not need to be in global scope, so make it static.

Cleans up sparse warning:
drivers/power/reset/sc27xx-poweroff.c:28:6: warning: symbol
'sc27xx_poweroff_shutdown' was not declared. Should it be static?

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
/linux-master/include/linux/mfd/wm831x/
H A Dpdata.hdiff 93619c21 Tue Mar 01 13:12:46 MST 2011 Mark Brown <broonie@opensource.wolfsonmicro.com> mfd: Add platform data to support multiple WM831x devices per board

If a system contains multiple WM831x devices we need to pass a device
number through to the MFD so that we use unique device IDs when we
instantiate child devices. In order to get support for this into 2.6.39
add some platform data to support the configuration, but no implementation
as yet.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
/linux-master/fs/nfs/
H A Ddirect.cdiff 93619e59 Mon Mar 20 11:44:31 MST 2006 Chuck Lever <cel@netapp.com> NFS: create common routine for allocating nfs_direct_req

Factor out a small common piece of the path that allocate nfs_direct_req
structures.

Test plan:
Compile kernel with CONFIG_NFS and CONFIG_NFS_DIRECTIO enabled.

Signed-off-by: Chuck Lever <cel@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>

Completed in 146 milliseconds