Revision bf70053c5d2000514ade1f60f47e1f426899af39 authored by Yijing Wang on 11 December 2013, 06:00:26 UTC, committed by David S. Miller on 05 January 2014, 01:55:19 UTC
Use dev_is_pci() instead of checking bus type directly.

Signed-off-by: Yijing Wang <wangyijing@huawei.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 1de425c
Raw File
Makefile
#
# Makefile for the Linux IrDA IrNET protocol layer.
#

obj-$(CONFIG_IRNET) += irnet.o

irnet-y := irnet_ppp.o irnet_irda.o
back to top