staging: csr: oska: remove timer.c and timer.h
[deliverable/linux.git] / drivers / staging / csr / oska / oska_module.c
1 /*
2 * Linux kernel module support.
3 *
4 * Copyright (C) 2010 Cambridge Silicon Radio Ltd.
5 *
6 * Refer to LICENSE.txt included with this source code for details on
7 * the license terms.
8 */
9 #include <linux/module.h>
10
11 MODULE_DESCRIPTION("Operating System Kernel Abstraction");
12 MODULE_AUTHOR("Cambridge Silicon Radio Ltd.");
13 MODULE_LICENSE("GPL and additional rights");
This page took 0.031201 seconds and 5 git commands to generate.