auxdisplay: charlcd: Provide a forward declaration
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 9 Apr 2024 16:03:14 +0000 (19:03 +0300)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 27 May 2024 22:09:53 +0000 (01:09 +0300)
commit1bbf5a2156fa246ab54a15412116458006462038
treed8e0fd105b66e269f9c97ae35c037a9912429bbf
parent1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0
auxdisplay: charlcd: Provide a forward declaration

While there is no compilation error, strictly speaking the compiler
should know about used types beforehand. Provide a forward declaration
for struct charlcd_ops before using it in struct charlcd.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/auxdisplay/charlcd.h