[PATCH 35/52] powerpc/haleakala/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix warning and clean up

Joel Sherrill joel.sherrill at oarcorp.com
Wed Oct 8 20:25:44 UTC 2014


Fixed.

Keep smacking me.
On 10/8/2014 3:17 PM, Gedare Bloom wrote:
> On Wed, Oct 8, 2014 at 3:16 PM, Joel Sherrill <joel.sherrill at oarcorp.com> wrote:
>> ---
>>  c/src/lib/libbsp/powerpc/haleakala/startup/bspstart.c | 9 ++++-----
>>  1 file changed, 4 insertions(+), 5 deletions(-)
>>
>> diff --git a/c/src/lib/libbsp/powerpc/haleakala/startup/bspstart.c b/c/src/lib/libbsp/powerpc/haleakala/startup/bspstart.c
>> index 3dfecb6..ef015fc 100644
>> --- a/c/src/lib/libbsp/powerpc/haleakala/startup/bspstart.c
>> +++ b/c/src/lib/libbsp/powerpc/haleakala/startup/bspstart.c
>> @@ -4,11 +4,9 @@
>>   *  board, and monitor specific initialization and configuration.
>>   *  The generic CPU dependent initialization has been performed
>>   *  before this routine is invoked.
>> - *
>> - *  INPUT:  NONE
>> - *
>> - *  OUTPUT: NONE
>> - *
>> + */
> And the same thing for the patches up til here, why not simplify the
> comment too?
>
>> +
>> +/*
>>   *  Author:     Thomas Doerfler <td at imd.m.isar.de>
>>   *              IMD Ingenieurbuero fuer Microcomputertechnik
>>   *
>> @@ -62,6 +60,7 @@
>>  #include <rtems/counter.h>
>>
>>  #include <bsp.h>
>> +#include <bsp/bootcard.h>
>>  #include <bsp/uart.h>
>>  #include <bsp/irq.h>
>>  #include <libcpu/powerpc-utility.h>
>> --
>> 1.9.3
>>
>> _______________________________________________
>> devel mailing list
>> devel at rtems.org
>> http://lists.rtems.org/mailman/listinfo/devel

-- 
Joel Sherrill, Ph.D.             Director of Research & Development
joel.sherrill at OARcorp.com        On-Line Applications Research
Ask me about RTEMS: a free RTOS  Huntsville AL 35805
Support Available                (256) 722-9985




More information about the devel mailing list