提交 8939b350 编写于 作者: S Sekhar Nori 提交者: Kevin Hilman

davinci: mityomapl138: make file local data static

Most of the regulator data structures are local to the
board file, but not made static. Fix this.

Also make the nand partition table static.

This gets rid of all the sparse warnings for this file.
Signed-off-by: NSekhar Nori <nsekhar@ti.com>
Signed-off-by: NKevin Hilman <khilman@deeprootsystems.com>
上级 156a0f8e
......@@ -93,14 +93,14 @@ static struct davinci_i2c_platform_data mityomap_i2c_0_pdata = {
/* TPS65023 voltage regulator support */
/* 1.2V Core */
struct regulator_consumer_supply tps65023_dcdc1_consumers[] = {
static struct regulator_consumer_supply tps65023_dcdc1_consumers[] = {
{
.supply = "cvdd",
},
};
/* 1.8V */
struct regulator_consumer_supply tps65023_dcdc2_consumers[] = {
static struct regulator_consumer_supply tps65023_dcdc2_consumers[] = {
{
.supply = "usb0_vdda18",
},
......@@ -116,7 +116,7 @@ struct regulator_consumer_supply tps65023_dcdc2_consumers[] = {
};
/* 1.2V */
struct regulator_consumer_supply tps65023_dcdc3_consumers[] = {
static struct regulator_consumer_supply tps65023_dcdc3_consumers[] = {
{
.supply = "sata_vdd",
},
......@@ -132,20 +132,20 @@ struct regulator_consumer_supply tps65023_dcdc3_consumers[] = {
};
/* 1.8V Aux LDO, not used */
struct regulator_consumer_supply tps65023_ldo1_consumers[] = {
static struct regulator_consumer_supply tps65023_ldo1_consumers[] = {
{
.supply = "1.8v_aux",
},
};
/* FPGA VCC Aux (2.5 or 3.3) LDO */
struct regulator_consumer_supply tps65023_ldo2_consumers[] = {
static struct regulator_consumer_supply tps65023_ldo2_consumers[] = {
{
.supply = "vccaux",
},
};
struct regulator_init_data tps65023_regulator_data[] = {
static struct regulator_init_data tps65023_regulator_data[] = {
/* dcdc1 */
{
.constraints = {
......@@ -226,7 +226,7 @@ static int __init pmic_tps65023_init(void)
* MityDSP-L138 includes a 256 MByte large-page NAND flash
* (128K blocks).
*/
struct mtd_partition mityomapl138_nandflash_partition[] = {
static struct mtd_partition mityomapl138_nandflash_partition[] = {
{
.name = "rootfs",
.offset = 0,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册