]> git.baikalelectronics.ru Git - uboot.git/commit
net: dm9000: Drop dm9000.h and staticize SROM access
authorMarek Vasut <marex@denx.de>
Wed, 13 Apr 2022 02:15:33 +0000 (04:15 +0200)
committerRamon Fried <ramon@neureality.ai>
Wed, 13 Apr 2022 12:13:54 +0000 (15:13 +0300)
commit1e225d4b956f7c60e6bdb91cb1786717f631921c
tree9ceb0736da5259ecd6d9432d9db166bbea759dac
parent35f4053b38f2df2784a5cee8dcb6729dfe7f17d3
net: dm9000: Drop dm9000.h and staticize SROM access

Dispose of dm9000.h because none of the function prototypes declared in
it are called anywhere in the codebase. Staticize dm9000_read_srom_word()
because it is now called only from within the dm9000 driver. Drop
dm9000_write_srom_word() because it is no longer used.

Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Joe Hershberger <joe.hershberger@ni.com>
Cc: Ramon Fried <rfried.dev@gmail.com>
drivers/net/dm9000x.c
include/dm9000.h [deleted file]