mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
dm: zynq: Remove inline gpio functions
These functions serve no useful purpose, and conflict with the generic API. Drop them. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
b0265d56fe
commit
9762a415c8
1 changed files with 0 additions and 15 deletions
|
|
@ -7,19 +7,4 @@
|
|||
#ifndef _ZYNQ_GPIO_H
|
||||
#define _ZYNQ_GPIO_H
|
||||
|
||||
inline int gpio_get_value(unsigned gpio)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
inline int gpio_set_value(unsigned gpio, int val)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
inline int gpio_request(unsigned gpio, const char *label)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
#endif /* _ZYNQ_GPIO_H */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue