On Thu, Aug 4, 2011 at 9:27 PM, Geert Uytterhoeven wrote:
> On Thu, Aug 4, 2011 at 18:40, Andre Heider wrote:
>> On Thu, Aug 4, 2011 at 12:34 AM, Geoff Levand wrote:
>>> On 08/01/2011 01:02 PM, Andre Heider wrote:
--- a/drivers/char/ps3flash.c
+++ b/drivers/char/ps3flash.c
@@ -25,
On Thu, Aug 4, 2011 at 18:40, Andre Heider wrote:
> On Thu, Aug 4, 2011 at 12:34 AM, Geoff Levand wrote:
>> On 08/01/2011 01:02 PM, Andre Heider wrote:
>>> --- a/drivers/char/ps3flash.c
>>> +++ b/drivers/char/ps3flash.c
>>> @@ -25,6 +25,7 @@
>>>
>>> #include
>>> #include
>>> +#include
>>>
>>
On Thu, Aug 4, 2011 at 12:34 AM, Geoff Levand wrote:
> On 08/01/2011 01:02 PM, Andre Heider wrote:
>> The driver implements a character and misc device, meant for the
>> axed OtherOS to exchange various settings with GameOS.
>> Since Firmware 3.21 there is no GameOS support anymore to write these
On 08/01/2011 01:02 PM, Andre Heider wrote:
> The driver implements a character and misc device, meant for the
> axed OtherOS to exchange various settings with GameOS.
> Since Firmware 3.21 there is no GameOS support anymore to write these
> settings, so limit the driver to the OtherOS environment.
The driver implements a character and misc device, meant for the
axed OtherOS to exchange various settings with GameOS.
Since Firmware 3.21 there is no GameOS support anymore to write these
settings, so limit the driver to the OtherOS environment.
Signed-off-by: Andre Heider
---
arch/powerpc/pla