Segher Boessenkool wrote:
>> {
>> + .compatible = "physmap-ram",
>> + .data = (void *)"map_ram",
>> + },
>> + {
>> + .compatible = "physmap-rom",
>> + .data = (void *)"map_rom",
>> + },
> Why the cast? It's redundant afaics.
To be in line with the surrounding code...
> Segher
WBR, Sergei