Skip to content

Commit a87e55b

Browse files
committed
moxtet: remove unused moxtet_type declaration
For some reason, moxtet_type was defined in moxtet.h, but never actually used. Looks like a left-over from the original commit that was exporting the moxtet bus type, but that wasn't needed, and it was a different variable name, so no one noticed this one dangling around. Cc: Marek Behún <kabel@kernel.org> Link: https://lore.kernel.org/r/2023121937-pants-heroics-17c1@gregkh Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 1960932 commit a87e55b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/linux/moxtet.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ enum turris_mox_module_id {
3535

3636
#define MOXTET_NIRQS 16
3737

38-
extern struct bus_type moxtet_type;
39-
4038
struct moxtet {
4139
struct device *dev;
4240
struct mutex lock;

0 commit comments

Comments
 (0)