]> git.baikalelectronics.ru Git - kernel.git/commit
Driver Core: constify the name passed to platform_device_register_simple
authorStephen Rothwell <sfr@canb.auug.org.au>
Fri, 11 Jan 2008 06:24:53 +0000 (17:24 +1100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 25 Jan 2008 04:40:43 +0000 (20:40 -0800)
commitde736fbcebdd75748321736b575ff0d5d07e0fd2
tree6054d3064d8d24f8919a9f226100a0b37862ece0
parenta8bfe639c1c3b9e6181c09778a527035964b0573
Driver Core: constify the name passed to platform_device_register_simple

This name is just passed to platform_device_alloc which has its parameter
declared const.

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/base/platform.c
include/linux/platform_device.h