From: Andy Shevchenko Date: Tue, 13 Jan 2026 10:22:03 +0000 (+0100) Subject: auxdisplay: max6959: Replace slab.h with device/devres.h X-Git-Tag: ceph-for-7.0-rc4~358^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=693142d4d761dd188ead136a7bca1e870a6af8cd;p=ceph-client.git auxdisplay: max6959: Replace slab.h with device/devres.h Replace slab.h with device/devres.h as the devm_*() APIs are defined in the latter. Signed-off-by: Andy Shevchenko --- diff --git a/drivers/auxdisplay/max6959.c b/drivers/auxdisplay/max6959.c index 962488197b9e..6bbc8d48fb1b 100644 --- a/drivers/auxdisplay/max6959.c +++ b/drivers/auxdisplay/max6959.c @@ -11,13 +11,13 @@ #include #include #include +#include #include #include #include #include #include #include -#include #include #include