pinmux: cleanup galileo defines
The galileo board no longer needs an extern of the initalize routine once we've moved the process to the actual file. Change-Id: I21a0748729b2435a368e28b3a2744b2089ed1e13 Signed-off-by: Dan Kalowsky <daniel.kalowsky@intel.com>
This commit is contained in:
parent
a5c85bb010
commit
8cbb09ec37
|
@ -31,6 +31,5 @@ struct pinmux_config {
|
|||
};
|
||||
|
||||
extern int pinmux_initialize(struct device *port);
|
||||
extern int pinmux_galileo_initialize(struct device *port);
|
||||
|
||||
#endif /* __DRIVERS_PINMUX_H */
|
||||
|
|
Loading…
Reference in a new issue