summaryrefslogtreecommitdiffstats
path: root/drivers/char/Makefile
diff options
context:
space:
mode:
authorStephen Boyd2015-04-11 01:11:03 +0200
committerGreg Kroah-Hartman2015-05-24 21:24:35 +0200
commitf0c7b474665ebd3ebb17394eb7339ee24a46580b (patch)
tree47f7e9a2a035f2d8e79074ebcdafaca9eca9591f /drivers/char/Makefile
parentDrivers: hv: vmbus: distribute subchannels among all vcpus (diff)
downloadkernel-qcow2-linux-f0c7b474665ebd3ebb17394eb7339ee24a46580b.tar.gz
kernel-qcow2-linux-f0c7b474665ebd3ebb17394eb7339ee24a46580b.tar.xz
kernel-qcow2-linux-f0c7b474665ebd3ebb17394eb7339ee24a46580b.zip
drivers/char: Remove msm_smd_pkt driver
This code is no longer used now that mach-msm has been removed. Delete it. Cc: David Brown <davidb@codeaurora.org> Cc: Bryan Huntsman <bryanh@codeaurora.org> Cc: Daniel Walker <dwalker@fifo99.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/char/Makefile')
-rw-r--r--drivers/char/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/char/Makefile b/drivers/char/Makefile
index d06cde26031b..76cdfaa07cd5 100644
--- a/drivers/char/Makefile
+++ b/drivers/char/Makefile
@@ -9,7 +9,6 @@ obj-$(CONFIG_ATARI_DSP56K) += dsp56k.o
obj-$(CONFIG_VIRTIO_CONSOLE) += virtio_console.o
obj-$(CONFIG_RAW_DRIVER) += raw.o
obj-$(CONFIG_SGI_SNSC) += snsc.o snsc_event.o
-obj-$(CONFIG_MSM_SMD_PKT) += msm_smd_pkt.o
obj-$(CONFIG_MSPEC) += mspec.o
obj-$(CONFIG_MMTIMER) += mmtimer.o
obj-$(CONFIG_UV_MMTIMER) += uv_mmtimer.o