[PATCH v3 3/3] sh: add the sh_ prefix to early platform symbols
From: arnd@arndb.de (Arnd Bergmann)
Date: 2018-05-05 00:04:55
Also in:
linux-serial, linux-sh, lkml
From: arnd@arndb.de (Arnd Bergmann)
Date: 2018-05-05 00:04:55
Also in:
linux-serial, linux-sh, lkml
On Fri, May 4, 2018 at 9:27 AM, Bartosz Golaszewski [off-list ref] wrote:
From: Bartosz Golaszewski <redacted> Old early platform device support is now sh-specific. Before moving on to implementing new early platform framework based on real platform devices, prefix all early platform symbols with 'sh_'. Signed-off-by: Bartosz Golaszewski <redacted>
Looks good. I was thinking of something shorter as the new namespace,
but actually using a longer name like you do seems appropriate since
we don't want anyone to actually use it. ;-)
Arnd