Revision 2734437ef3c2943090d0914bf91caa6b30451615 authored by WANG Cong on 14 August 2016, 05:34:59 UTC, committed by David S. Miller on 17 August 2016, 23:27:51 UTC
struct tcf_exts belongs to filters, should not be visible
to plain tc actions.

Cc: Ido Schimmel <idosch@mellanox.com>
Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
Acked-by: Jamal Hadi Salim <jhs@mojatatu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 0c23c3e
Raw File
Makefile
# Makefile for SPI drivers

snd-at73c213-objs		:= at73c213.o

obj-$(CONFIG_SND_AT73C213)	+= snd-at73c213.o
back to top