[Skiboot] [PATCH] opal/errorlog: Removes redundant header file inclusion

Vasant Hegde hegdevasant at linux.vnet.ibm.com
Wed Mar 16 16:59:36 AEDT 2016


On 03/15/2016 05:26 PM, Mukesh Ojha wrote:
> Removes the redundant header file fsp-elog.h from hw/fsp/fsp-codeupdate.c
> and hw/p8-i2c.c
>
> Signed-off-by: Mukesh Ojha <mukesh02 at linux.vnet.ibm.com>
>
> ---
>   hw/fsp/fsp-codeupdate.c | 1 -
>   hw/p8-i2c.c             | 1 -
>   2 files changed, 2 deletions(-)
>
> diff --git a/hw/fsp/fsp-codeupdate.c b/hw/fsp/fsp-codeupdate.c
> index f6293a0..2263bf3 100644
> --- a/hw/fsp/fsp-codeupdate.c
> +++ b/hw/fsp/fsp-codeupdate.c
> @@ -23,7 +23,6 @@
>   #include <ccan/endian/endian.h>
>   #include <errorlog.h>
>   #include <opal-api.h>
> -#include <fsp-elog.h>
>   #include <timebase.h>
>
>   #include "fsp-codeupdate.h"
> diff --git a/hw/p8-i2c.c b/hw/p8-i2c.c
> index 7ca5f70..9015f6b 100644
> --- a/hw/p8-i2c.c
> +++ b/hw/p8-i2c.c
> @@ -29,7 +29,6 @@
>   #include <errorlog.h>
>   #include <centaur.h>
>   /* XXX SRC's will be moved to errorlog.h and then remove fsp-elog.h */

Can you remove this comment as well?

-Vasant



More information about the Skiboot mailing list