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:
Dan Kalowsky 2015-10-27 16:17:17 -07:00 committed by Anas Nashif
parent a5c85bb010
commit 8cbb09ec37

View file

@ -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 */