net: wan: fsl_qmc_hdlc: Fix module compilation
authorHerve Codina <herve.codina@bootlin.com>
Thu, 14 Mar 2024 12:33:46 +0000 (13:33 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 18 Mar 2024 09:25:58 +0000 (09:25 +0000)
commitbadc9e33c79541cd62fc8238c2eb564d41feac56
treeeb54b692496fd09605dbf879749680a1fb5d2c69
parentea80e3ed09ab2c2b75724faf5484721753e92c31
net: wan: fsl_qmc_hdlc: Fix module compilation

The fsl_qmc_driver does not compile as module:
  error: ‘qmc_hdlc_driver’ undeclared here (not in a function);
    405 | MODULE_DEVICE_TABLE(of, qmc_hdlc_driver);
        |                         ^~~~~~~~~~~~~~~

Fix the typo.

Fixes: b40f00ecd463 ("net: wan: Add support for QMC HDLC")
Reported-by: Michael Ellerman <mpe@ellerman.id.au>
Closes: https://lore.kernel.org/linux-kernel/87ttl93f7i.fsf@mail.lhotse/
Signed-off-by: Herve Codina <herve.codina@bootlin.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/wan/fsl_qmc_hdlc.c