mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-22 20:24:27 +01:00
gpio: zynq: Remove empty line
Trivial coding style fix. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
49c4c78e70
commit
f2e70a0073
1 changed files with 0 additions and 1 deletions
|
|
@ -325,7 +325,6 @@ static const struct dm_gpio_ops gpio_zynq_ops = {
|
|||
.get_value = zynq_gpio_get_value,
|
||||
.set_value = zynq_gpio_set_value,
|
||||
.get_function = zynq_gpio_get_function,
|
||||
|
||||
};
|
||||
|
||||
static const struct udevice_id zynq_gpio_ids[] = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue