diff options
author | Arnd Bergmann <arnd@arndb.de> | 2016-01-07 14:55:34 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2016-01-07 16:16:38 +0100 |
commit | 780c43dd61a09ce7d9cdb1e7c33d3341ec471ff0 (patch) | |
tree | 944873c0eca9b6c799de7e8f041be031215cd6ea /drivers/gpio/gpio-brcmstb.c | |
parent | de06c1db255fb70301651a0255c6147e0036ea01 (diff) | |
download | linux-780c43dd61a09ce7d9cdb1e7c33d3341ec471ff0.tar.gz linux-780c43dd61a09ce7d9cdb1e7c33d3341ec471ff0.tar.bz2 linux-780c43dd61a09ce7d9cdb1e7c33d3341ec471ff0.zip |
gpio: moxart: fix build regression
A cleanup patch replaced bgpio_chip with gpio_chip but missed
two references to the bgpio_chip:
drivers/gpio/gpio-moxart.c:60:19: error: use of undeclared identifier 'bgc'; did you mean 'gc'?
gc->bgpio_data = bgc->read_reg(bgc->reg_set);
drivers/gpio/gpio-moxart.c:35:20: note: 'gc' declared here
drivers/gpio/gpio-moxart.c:60:33: error: use of undeclared identifier 'bgc'; did you mean 'gc'?
gc->bgpio_data = bgc->read_reg(bgc->reg_set);
This adds the missing change.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Fixes: 0f4630f3720e ("gpio: generic: factor into gpio_chip struct")
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/gpio-brcmstb.c')
0 files changed, 0 insertions, 0 deletions