# # Makefile for the XFRM subsystem. # obj-$(CONFIG_XFRM) := xfrm_policy.o xfrm_state.o xfrm_hash.o \ xfrm_input.o xfrm_output.o \ xfrm_sysctl.o xfrm_replay.o obj-$(CONFIG_XFRM_STATISTICS) += xfrm_proc.o obj-$(CONFIG_XFRM_ALGO) += xfrm_algo.o obj-$(CONFIG_XFRM_USER) += xfrm_user.o obj-$(CONFIG_XFRM_IPCOMP) += xfrm_ipcomp.o te-remove' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Lauss <manuel.lauss@gmail.com>2017-02-14 13:08:04 +0100
committerDavid S. Miller <davem@davemloft.net>2017-02-14 14:51:03 -0500
commit044950cc48ced25ccb2f4ea7c31228399e19d5d6 (patch)
treea0ef98cfb869342268d647f6696f82bf2cde030d
parent59bdb293fce30071bf62baed957a7b9d1f5fa3ea (diff)
net: irda: au1k_ir: drop useless include
remove useless ioport.h include. Signed-off-by: Manuel Lauss <manuel.lauss@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>