net/sched: move struct action_ops definition out of ifdef
authorPedro Tammela <pctammela@mojatatu.com>
Tue, 6 Dec 2022 13:55:10 +0000 (10:55 -0300)
committerDavid S. Miller <davem@davemloft.net>
Fri, 9 Dec 2022 09:18:07 +0000 (09:18 +0000)
commit2a7d228f1ae78b6eabef5f18bd1a8d2280555628
treef0bb0c6901563d91081eff0fc01959aaa32215df
parent0bdff1152c2496acf29930ec9b3c3cd7790b3f68
net/sched: move struct action_ops definition out of ifdef

The type definition should be visible even in configurations not using
CONFIG_NET_CLS_ACT.

Signed-off-by: Pedro Tammela <pctammela@mojatatu.com>
Reviewed-by: Jamal Hadi Salim <jhs@mojatatu.com>
Reviewed-by: Victor Nogueira <victor@mojatatu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/act_api.h