Kbuild: export msm_rmnet.h header to userspace
Export msm_rmnet.h to userspace clients, to interface with the rmnet
device driver.
Change-Id: I752a97e4d2800c603ee1da3befdba8dd9d87d565
Signed-off-by: Niranjan Pendharkar <npendhar@codeaurora.org>
diff --git a/include/linux/Kbuild b/include/linux/Kbuild
index 29546b7..78d1ee3 100644
--- a/include/linux/Kbuild
+++ b/include/linux/Kbuild
@@ -439,6 +439,7 @@
header-y += msm_audio_sbc.h
header-y += msm_ipc.h
header-y += msm_charm.h
+header-y += msm_rmnet.h
header-y += qseecom.h
header-y += qcedev.h
header-y += idle_stats_device.h
diff --git a/include/linux/msm_rmnet.h b/include/linux/msm_rmnet.h
index 063a8f1..d41b55c 100644
--- a/include/linux/msm_rmnet.h
+++ b/include/linux/msm_rmnet.h
@@ -1,16 +1,3 @@
-/* Copyright (c) 2010, Code Aurora Forum. All rights reserved.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 and
- * only version 2 as published by the Free Software Foundation.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- */
-
#ifndef _MSM_RMNET_H_
#define _MSM_RMNET_H_