We only have a single includer, hypervisor/arch/arm-common/dbg-write.c Remove Jean-Philippe from author list -- there is basically no contribution of him left in this file.
Signed-off-by: Ralf Ramsauer <[email protected]> --- hypervisor/arch/arm-common/include/asm/uart.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/hypervisor/arch/arm-common/include/asm/uart.h b/hypervisor/arch/arm-common/include/asm/uart.h index 274b4a54..3b85b34c 100644 --- a/hypervisor/arch/arm-common/include/asm/uart.h +++ b/hypervisor/arch/arm-common/include/asm/uart.h @@ -1,21 +1,17 @@ /* * Jailhouse, a Linux-based partitioning hypervisor * - * Copyright (c) ARM Limited, 2014 + * Copyright (c) OTH Regensburg, 2017 * * Authors: - * Jean-Philippe Brucker <[email protected]> + * Ralf Ramsauer <[email protected]> * * This work is licensed under the terms of the GNU GPL, version 2. See * the COPYING file in the top-level directory. */ -#ifndef JAILHOUSE_ASM_UART_H_ -#define JAILHOUSE_ASM_UART_H_ - #ifndef __ASSEMBLY__ extern struct uart_chip uart_pl011_ops, uart_xuartps_ops; #endif /* !__ASSEMBLY__ */ -#endif /* !JAILHOUSE_ASM_UART_H_ */ -- 2.11.1 -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
