aboutsummaryrefslogtreecommitdiff
path: root/src/soc/qualcomm/ipq806x/include/ipq_uart.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/qualcomm/ipq806x/include/ipq_uart.h')
-rw-r--r--src/soc/qualcomm/ipq806x/include/ipq_uart.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/soc/qualcomm/ipq806x/include/ipq_uart.h b/src/soc/qualcomm/ipq806x/include/ipq_uart.h
index 6fff0468f8..da943b909a 100644
--- a/src/soc/qualcomm/ipq806x/include/ipq_uart.h
+++ b/src/soc/qualcomm/ipq806x/include/ipq_uart.h
@@ -32,14 +32,13 @@
#ifndef __UART_DM_H__
#define __UART_DM_H__
-#include <asm/io.h>
-#include "common.h"
+#define PERIPH_BLK_BLSP 0
+
#define MSM_BOOT_UART_DM_EXTR_BITS(value, start_pos, end_pos) \
((value << (32 - end_pos))\
>> (32 - (end_pos - start_pos)))
-extern void dsb(void);
#define PACK_CHARS_INTO_WORDS(a, cnt, word) { \
word = 0; \
int j; \