2010-08-05 07:52:24 setup.c compilation error in since rev 9052
Filip Van Rillaer (BELGIUM)
Message: 92177
Hello,
Since rev 9052 the file arch/blackfin/kernel/setup.c does not compile anymore. The mistake is the last bracket of the changed code should be before the #endif.
BR,
Filip
Index: linux-2.6.x/arch/blackfin/kernel/setup.c
===================================================================
Index: linux-2.6.x/arch/blackfin/kernel/setup.c
===================================================================
252d251
< #endif
253a253
> #endif
TranslateQuoteReplyEditDelete
2010-08-05 08:09:00 setup.c compilation error in since rev 9052
Michael Hennerich (GERMANY)
Message: 92178 Thanks for pointing out.
Should be fixed now.
-Michael
QuoteReplyEditDelete
2010-08-05 08:21:08 Re: setup.c compilation error in since rev 9052
Filip Van Rillaer (BELGIUM)
Message: 92179
Thank you Michael, for your fast reaction. Now it's indeed OK.