Linux/linux d048305drivers/nfc/st95hf core.c

spi: ST ST95HF NFC: declare missing of table

Add missing <of_device_id> table for SPI driver relying on SPI
device match since compatible is in a DT binding or in a DTS.

Before this patch:
modinfo drivers/nfc/st95hf/st95hf.ko | grep alias
alias:          spi:st95hf

After this patch:
modinfo drivers/nfc/st95hf/st95hf.ko | grep alias
alias:          spi:st95hf
alias:          of:N*T*Cst,st95hfC*
alias:          of:N*T*Cst,st95hf

Reported-by: Javier Martinez Canillas <javier at dowhile0.org>
Signed-off-by: Daniel Gomez <dagmcr at gmail.com>
Signed-off-by: David S. Miller <davem at davemloft.net>
DeltaFile
+7-0drivers/nfc/st95hf/core.c
+7-01 files

UnifiedSplitRaw