summaryrefslogtreecommitdiff
path: root/drivers/arm/pl011/pl011.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/arm/pl011/pl011.c')
-rw-r--r--drivers/arm/pl011/pl011.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/arm/pl011/pl011.c b/drivers/arm/pl011/pl011.c
index 8288cd81..f12bd23d 100644
--- a/drivers/arm/pl011/pl011.c
+++ b/drivers/arm/pl011/pl011.c
@@ -28,9 +28,9 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
+#include <assert.h>
#include <platform.h>
#include <pl011.h>
-#include <assert.h>
void pl011_setbaudrate(unsigned long base_addr, unsigned int baudrate)
{