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-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=693142d4d761dd188ead136a7bca1e870a6af8cd;p=thirdparty%2Flinux.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 962488197b9e9..6bbc8d48fb1b2 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