hc
2024-05-16 8d2a02b24d66aa359e83eebc1ed3c0f85367a1cb
kernel/drivers/tc/tc-driver.c
....@@ -56,8 +56,8 @@
5656 * system is in its list of supported devices. Returns the matching
5757 * tc_device_id structure or %NULL if there is no match.
5858 */
59
-const struct tc_device_id *tc_match_device(struct tc_driver *tdrv,
60
- struct tc_dev *tdev)
59
+static const struct tc_device_id *tc_match_device(struct tc_driver *tdrv,
60
+ struct tc_dev *tdev)
6161 {
6262 const struct tc_device_id *id = tdrv->id_table;
6363
....@@ -71,7 +71,6 @@
7171 }
7272 return NULL;
7373 }
74
-EXPORT_SYMBOL(tc_match_device);
7574
7675 /**
7776 * tc_bus_match - Tell if a device structure has a matching