summaryrefslogtreecommitdiff
path: root/include/soc
diff options
context:
space:
mode:
Diffstat (limited to 'include/soc')
-rw-r--r--include/soc/mscc/ocelot.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/soc/mscc/ocelot.h b/include/soc/mscc/ocelot.h
index c64cf12d1569..ad0843a0edfd 100644
--- a/include/soc/mscc/ocelot.h
+++ b/include/soc/mscc/ocelot.h
@@ -404,11 +404,6 @@ enum ocelot_tag_prefix {
OCELOT_TAG_PREFIX_LONG,
};
-/* Hardware quirks (differences between switch instantiations) */
-enum {
- OCELOT_PCS_PERFORMS_RATE_ADAPTATION = BIT(0),
-};
-
struct ocelot;
struct ocelot_ops {
@@ -469,8 +464,6 @@ struct ocelot {
struct delayed_work stats_work;
struct workqueue_struct *stats_queue;
- unsigned long quirks;
-
u8 ptp:1;
struct ptp_clock *ptp_clock;
struct ptp_clock_info ptp_info;