File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -110,16 +110,16 @@ static inline void pse_control_put(struct pse_control *psec)
110
110
{
111
111
}
112
112
113
- int pse_ethtool_get_status (struct pse_control * psec ,
114
- struct netlink_ext_ack * extack ,
115
- struct pse_control_status * status )
113
+ static inline int pse_ethtool_get_status (struct pse_control * psec ,
114
+ struct netlink_ext_ack * extack ,
115
+ struct pse_control_status * status )
116
116
{
117
117
return - ENOTSUPP ;
118
118
}
119
119
120
- int pse_ethtool_set_config (struct pse_control * psec ,
121
- struct netlink_ext_ack * extack ,
122
- const struct pse_control_config * config )
120
+ static inline int pse_ethtool_set_config (struct pse_control * psec ,
121
+ struct netlink_ext_ack * extack ,
122
+ const struct pse_control_config * config )
123
123
{
124
124
return - ENOTSUPP ;
125
125
}
You can’t perform that action at this time.
0 commit comments