mailbox: omap: Remove device class
authorAndrew Davis <afd@ti.com>
Wed, 10 Apr 2024 13:59:35 +0000 (08:59 -0500)
committerJassi Brar <jassisinghbrar@gmail.com>
Mon, 20 May 2024 03:29:44 +0000 (22:29 -0500)
commit982b1451517df4e8aa8de5042fcd026970a34094
treeeb44ce4d80d183bd51b37b835392d101a37c4c3e
parent8aa4a34d740cafa408032c76caa37ab8a45d8c96
mailbox: omap: Remove device class

The driver currently creates a new device class "mbox". Then for each
mailbox adds a device to that class. This class provides no file
operations provided for any userspace users of this device class.
It may have been extended to be functional in our vendor tree at
some point, but that is not the case anymore, nor does it matter
for the upstream tree.

Remove this device class and related functions and variables.
This also allows us to switch to module_platform_driver() as
there is nothing left to do in module_init().

Signed-off-by: Andrew Davis <afd@ti.com>
Signed-off-by: Jassi Brar <jassisinghbrar@gmail.com>
drivers/mailbox/omap-mailbox.c