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)
110110{
111111}
112112
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 )
116116{
117117 return - ENOTSUPP ;
118118}
119119
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 )
123123{
124124 return - ENOTSUPP ;
125125}
You can’t perform that action at this time.
0 commit comments