commit | 75244fbcfeedd8d48c4071781d65ff23a74a79a1 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@gmail.com> | Sun Apr 19 03:36:46 2020 +0200 |
committer | marex <marex@desktop.lan> | Fri May 01 12:35:21 2020 +0200 |
tree | 810586e0d85175bb1a199619b0aaddcc06fd9b4c | |
parent | 81d10f7127ae5a80975bad984aca06cc060ef6b3 [diff] |
net: dc2114x: Clean up DE4X5 macros Replace these macros with static functions to permit the compiler to do type checking on the functions. The INL()/OUTL() functions have to be moved in this patch as well, as those DE4X5 macros are using them. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Joe Hershberger <joe.hershberger@ni.com>