Unverified Commit 5cc1ccb6 authored by Michael J. Ruhl's avatar Michael J. Ruhl Committed by Rodrigo Vivi
Browse files

drm/xe/vsec: Address static checker issue

parent 919c2b58
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -180,7 +180,7 @@ static int xe_pmt_telem_read(struct pci_dev *pdev, u32 guid, u64 *data, loff_t u
	return count;
}

struct pmt_callbacks xe_pmt_cb = {
static struct pmt_callbacks xe_pmt_cb = {
	.read_telem = xe_pmt_telem_read,
};