habanalabs: remove debugfs read/write callbacks
authorDafna Hirschfeld <dhirschfeld@habana.ai>
Wed, 16 Mar 2022 14:38:17 +0000 (16:38 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 22 May 2022 19:01:16 +0000 (21:01 +0200)
commit799b9eb01a643ba5b6ad80aa89cd4a425c17971e
treeb52972a215c206e3a981fde5d1757ca61c15c3c9
parent9248aa90d2fa0a03955f0813d17accde9e1f0751
habanalabs: remove debugfs read/write callbacks

The debugfs memory access now uses the callback 'access_dev_mem'
so there is no use of the callbacks
'debugfs_{read32,read64,write32,write6}'. Remove them.

Signed-off-by: Dafna Hirschfeld <dhirschfeld@habana.ai>
Reviewed-by: Oded Gabbay <ogabbay@kernel.org>
Signed-off-by: Oded Gabbay <ogabbay@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/habanalabs/common/habanalabs.h
drivers/misc/habanalabs/gaudi/gaudi.c
drivers/misc/habanalabs/goya/goya.c