commit | 2295e2abf7d1e9e108aac36520f821b43ccf1dee | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Fri Jan 08 14:37:42 2016 -0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Feb 05 20:25:16 2016 -0500 |
tree | 26c39a05c8909804f904213e58f76c78ff7f9791 | |
parent | 59a6d3870da9989f1664af949d141b8d35ee12bd [diff] |
uart: remove uart_irq_get() This API is not being used for anything, the interrupts for UART drivers are all being configured statically. Saves code space as gc-sections can't tell that these APIs are unused. Some instances where IRQ/priority information was being saved in data structures and never used fixed. Change-Id: If56b4fdc251b80be9094ffcbac6f61e265ac2ffd Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>