X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/5d526120bd7580668a774447d4644164be767b58..622eabc631f8dac5bc622d8fb28b1931a9684d7f:/target/linux/adm5120/files/include/asm-mips/mach-adm5120/adm5120_uart.h diff --git a/target/linux/adm5120/files/include/asm-mips/mach-adm5120/adm5120_uart.h b/target/linux/adm5120/files/include/asm-mips/mach-adm5120/adm5120_uart.h index 09db7d877..6308f6bd1 100644 --- a/target/linux/adm5120/files/include/asm-mips/mach-adm5120/adm5120_uart.h +++ b/target/linux/adm5120/files/include/asm-mips/mach-adm5120/adm5120_uart.h @@ -4,8 +4,7 @@ * This header file defines the hardware registers of the ADM5120 SoC * built-in UARTs. * - * Copyright (C) 2007 OpenWrt.org - * Copyright (C) 2007 Gabor Juhos + * Copyright (C) 2007 Gabor Juhos * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published @@ -13,8 +12,8 @@ * */ -#ifndef _ADM5120_UART_H_ -#define _ADM5120_UART_H_ +#ifndef _MACH_ADM5120_UART_H +#define _MACH_ADM5120_UART_H #define UART_BAUDDIV(clk, baud) ((clk/(16 * (baud)))-1) @@ -62,4 +61,4 @@ #define UART_FLAG_RXFF ( 1 << 6 ) #define UART_FLAG_TXFE ( 1 << 7 ) -#endif /* _ADM5120_UART_H_ */ +#endif /* _MACH_ADM5120_UART_H */