commit | 2d4e330a65e9074f6fc297b604344fa75c3c31cc | [log] [tgz] |
---|---|---|
author | Bartosz Golaszewski <bgolaszewski@baylibre.com> | Mon Jul 29 08:58:02 2019 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Jul 29 17:58:52 2019 -0400 |
tree | 326689e622cef9a3b35ecd6a60b8d509e3ed3997 | |
parent | c53600655d72bb6d5c42e370eba461bf13a1f12c [diff] |
nand: davinci: make davinci_nand_init() static This function is only used within the driver itself. No need to export it. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>