]> Pileus Git - ~andy/linux/commit
Staging: bcm: Remove typedef for _DDR_SETTING and call directly.
authorKevin McKinney <klmckinney1@gmail.com>
Sat, 26 May 2012 16:04:54 +0000 (12:04 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 5 Jun 2012 04:06:34 +0000 (21:06 -0700)
commitbe3099957ca9d465a46b83d08c1cd9617a461078
tree65c6d2396206989aa5ea9e07349655ab35d83d2c
parent76cc6f92039208e04291af751c5d46568aa24162
Staging: bcm: Remove typedef for _DDR_SETTING and call directly.

This patch removes the typedef for _DDR_SETTING,
changes the name of the struct from _DDR_SETTING,
to bcm_ddr_setting. In addition, any calls to the
following typedefs "DDR_SET_NODE and *PDDR_SET_NODE"
are changed to call the struct directly.

Signed-off-by: Kevin McKinney <klmckinney1@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/bcm/Adapter.h
drivers/staging/bcm/DDRInit.c