]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: RB532: Use driver_data instead of platform_data
authorPhil Sutter <n0-1@freewrt.org>
Thu, 15 Jan 2009 14:41:44 +0000 (15:41 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 30 Jan 2009 21:33:00 +0000 (21:33 +0000)
commit1b758717df084bf6a0f7c74e9bd4e08d3a53b8a9
treed1b4b39138bd968ecdd1f3efe7617027462b50c9
parent9a4c7b3b6385e705dcc47be23d42c5b04d39ca30
MIPS: RB532: Use driver_data instead of platform_data

As the korina ethernet driver uses platform_get_drvdata() to extract the
driver specific data from the platform device, driver_data has to be
used here.

Signed-off-by: Phil Sutter <n0-1@freewrt.org>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/rb532/devices.c