Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b68c2e29 authored by Subash Abhinov Kasiviswanathan's avatar Subash Abhinov Kasiviswanathan
Browse files

msm: bam_dmux: Support multiplatform



Convert to support multiplatform kernels. This requires drivers to be
located in generic functionality directories instead of specific mach
directories.

Move the bam_dmux driver to the drivers/soc/qcom location to
support multiplatform.

Change-Id: I0188ccf8adaf2d00c7298666991e38eafcc6c710
Signed-off-by: default avatarArun Kumar Neelakantam <aneela@codeaurora.org>
[subashab@codeaurora.org: add changes specific to msm_rmnet_bam.c]
Signed-off-by: default avatarSubash Abhinov Kasiviswanathan <subashab@codeaurora.org>
parent 2f0d72c9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@
#include <linux/earlysuspend.h>
#endif

#include <mach/bam_dmux.h>
#include <soc/qcom/bam_dmux.h>

/* Debug message support */
static int msm_rmnet_bam_debug_mask;