Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 302331
b: refs/heads/master
c: 122dbe7
h: refs/heads/master
i:
  302329: 1bc3859
  302327: 5c7f4e2
v: v3
  • Loading branch information
Uwe Kleine-König authored and Linus Walleij committed Apr 18, 2012
1 parent 87c0b65 commit c109d2c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: eb181c3533e8e5b3eaa96d3e8ed1cf5d9a408076
refs/heads/master: 122dbe7e58c7d064a17eefd33205227e6bce85ca
2 changes: 1 addition & 1 deletion trunk/Documentation/pinctrl.txt
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ and spi on the second function mapping:

#include <linux/pinctrl/machine.h>

static const struct pinctrl_map __initdata mapping[] = {
static const struct pinctrl_map mapping[] __initconst = {
{
.dev_name = "foo-spi.0",
.name = PINCTRL_STATE_DEFAULT,
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/pinctrl/pinctrl-coh901.c
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ struct u300_gpio_confdata {


/* Initial configuration */
static const struct __initdata u300_gpio_confdata
static const struct __initconst u300_gpio_confdata
bs335_gpio_config[BS335_GPIO_NUM_PORTS][U300_GPIO_PINS_PER_PORT] = {
/* Port 0, pins 0-7 */
{
Expand Down Expand Up @@ -255,7 +255,7 @@ bs335_gpio_config[BS335_GPIO_NUM_PORTS][U300_GPIO_PINS_PER_PORT] = {
}
};

static const struct __initdata u300_gpio_confdata
static const struct __initconst u300_gpio_confdata
bs365_gpio_config[BS365_GPIO_NUM_PORTS][U300_GPIO_PINS_PER_PORT] = {
/* Port 0, pins 0-7 */
{
Expand Down

0 comments on commit c109d2c

Please sign in to comment.