diff options
author | Huang Weiyi <weiyi.huang@gmail.com> | 2009-01-03 22:13:50 -0500 |
---|---|---|
committer | David Vrabel <david.vrabel@csr.com> | 2009-01-07 05:44:42 -0500 |
commit | 04c470adb01c62bb9bd663cfc4875cf0a4eb01ab (patch) | |
tree | 2d893cc2290f4683a65660fae054690db2ad5230 /drivers/uwb | |
parent | 9a9b1d17ba59b78e4bae67f7a7cf546986a42e7d (diff) |
uwb: remove unused #include <version.h>'s
Remove unused #include <version.h>'s in file(s) below,
drivers/uwb/allocator.c
Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Signed-off-by: David Vrabel <david.vrabel@csr.com>
Diffstat (limited to 'drivers/uwb')
-rw-r--r-- | drivers/uwb/allocator.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/uwb/allocator.c b/drivers/uwb/allocator.c index c8185e6b0cd5..c13cec7dcbc5 100644 --- a/drivers/uwb/allocator.c +++ b/drivers/uwb/allocator.c | |||
@@ -15,7 +15,6 @@ | |||
15 | * You should have received a copy of the GNU General Public License | 15 | * You should have received a copy of the GNU General Public License |
16 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 16 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
17 | */ | 17 | */ |
18 | #include <linux/version.h> | ||
19 | #include <linux/kernel.h> | 18 | #include <linux/kernel.h> |
20 | #include <linux/uwb.h> | 19 | #include <linux/uwb.h> |
21 | 20 | ||