diff options
| author | Marek BehĂșn <[email protected]> | 2022-01-14 14:31:44 +0100 |
|---|---|---|
| committer | Stefan Roese <[email protected]> | 2022-01-20 11:35:29 +0100 |
| commit | 37241ce1bab1ae497e96a5201072dff11c7980c7 (patch) | |
| tree | 35f882e75e85f4a81ec20044015a21e71685fd03 /scripts | |
| parent | c894566c5df5e4be0db37a67433dfc93334843d7 (diff) | |
arm: mvebu: spl: Use IS_ENABLED() instead of #ifdef where possible
Use the preferred
if (IS_ENABLED(X))
instead of
#ifdef X
where possible.
There are still places where this is not possible or is more complicated
to convert in this file. Leave those be for now.
Signed-off-by: Marek BehĂșn <[email protected]>
Reviewed-by: Stefan Roese <[email protected]>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions
