mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
gpio: zynq: Remove empty line
Trivial coding style fix. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
@ -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[] = {
|
||||
|
Reference in New Issue
Block a user