Kbuild: Export Tabla register macro header file to user space

Gives audio acdb utility library access to Tabla register macros

Signed-off-by: Brad Rubin <brubin@codeaurora.org>
diff --git a/include/linux/mfd/Kbuild b/include/linux/mfd/Kbuild
index 7f4d8b3..1acc78f 100644
--- a/include/linux/mfd/Kbuild
+++ b/include/linux/mfd/Kbuild
@@ -1,2 +1,3 @@
 header-y += timpani-audio.h
 header-y += msm-adie-codec.h
+header-y += wcd9310/
diff --git a/include/linux/mfd/wcd9310/Kbuild b/include/linux/mfd/wcd9310/Kbuild
new file mode 100644
index 0000000..2702ec6
--- /dev/null
+++ b/include/linux/mfd/wcd9310/Kbuild
@@ -0,0 +1 @@
+header-y += registers.h
diff --git a/include/linux/mfd/wcd9310/registers.h b/include/linux/mfd/wcd9310/registers.h
index 684e333..fde4129 100644
--- a/include/linux/mfd/wcd9310/registers.h
+++ b/include/linux/mfd/wcd9310/registers.h
@@ -1,15 +1,3 @@
-/* Copyright (c) 2011, 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 TABLA_CODEC_DIGITAL_H
 
 #define TABLA_CODEC_DIGITAL_H