commit | 74d83a5d747ad22f33927ffd2c77f237fda2e878 | [log] [tgz] |
---|---|---|
author | Rob Herring <robh@kernel.org> | Thu Jan 04 16:45:39 2018 -0600 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jan 09 17:59:49 2018 +0100 |
tree | ed40e3aa66242063cae66c53646fbfeff99212d3 | |
parent | e940c10875b2398a85670130b8b12bd8ff54eb4c [diff] |
char: xillybus: remove direct dependency on DT functions Drivers generally should not need to depend directly on OF_ADDRESS or OF_IRQ. Convert xillybus to use the preferred platform_get_resource() and platform_get_irq() functions to remove this dependency. Cc: Eli Billauer <eli.billauer@gmail.com> Signed-off-by: Rob Herring <robh@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>