Unify code with kernel: Change some spacing in comments Add #include
<linux/config.h> to all *_drv.c filesmain
parent
1c8b2b5e06
commit
2fbd4bf018
|
@ -33,6 +33,7 @@
|
|||
#define _DRM_P_H_
|
||||
|
||||
#ifdef __KERNEL__
|
||||
#include <linux/config.h>
|
||||
#include <linux/module.h>
|
||||
#include <linux/kernel.h>
|
||||
#include <linux/miscdevice.h>
|
||||
|
@ -129,7 +130,6 @@ typedef struct wait_queue *wait_queue_head_t;
|
|||
#endif
|
||||
|
||||
/* Generic cmpxchg added in 2.3.x */
|
||||
#if CPU != 386
|
||||
#ifndef __HAVE_ARCH_CMPXCHG
|
||||
/* Include this here so that driver can be
|
||||
used with older kernels. */
|
||||
|
@ -163,10 +163,6 @@ static inline unsigned long __cmpxchg(volatile void *ptr, unsigned long old,
|
|||
#define cmpxchg(ptr,o,n) \
|
||||
((__typeof__(*(ptr)))__cmpxchg((ptr),(unsigned long)(o), \
|
||||
(unsigned long)(n),sizeof(*(ptr))))
|
||||
#endif
|
||||
#else
|
||||
/* Compiling for a 386 proper... */
|
||||
#error DRI not supported on Intel 80386
|
||||
#endif
|
||||
|
||||
/* Macros to make printk easier */
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <linux/config.h>
|
||||
#define EXPORT_SYMTAB
|
||||
#include "drmP.h"
|
||||
#include "i810_drv.h"
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <linux/config.h>
|
||||
#define EXPORT_SYMTAB
|
||||
#include "drmP.h"
|
||||
#include "mga_drv.h"
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <linux/config.h>
|
||||
#define EXPORT_SYMTAB
|
||||
#include "drmP.h"
|
||||
#include "r128_drv.h"
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <linux/config.h>
|
||||
#define EXPORT_SYMTAB
|
||||
#include "drmP.h"
|
||||
#include "tdfx_drv.h"
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
#define _DRM_P_H_
|
||||
|
||||
#ifdef __KERNEL__
|
||||
#include <linux/config.h>
|
||||
#include <linux/module.h>
|
||||
#include <linux/kernel.h>
|
||||
#include <linux/miscdevice.h>
|
||||
|
@ -129,7 +130,6 @@ typedef struct wait_queue *wait_queue_head_t;
|
|||
#endif
|
||||
|
||||
/* Generic cmpxchg added in 2.3.x */
|
||||
#if CPU != 386
|
||||
#ifndef __HAVE_ARCH_CMPXCHG
|
||||
/* Include this here so that driver can be
|
||||
used with older kernels. */
|
||||
|
@ -163,10 +163,6 @@ static inline unsigned long __cmpxchg(volatile void *ptr, unsigned long old,
|
|||
#define cmpxchg(ptr,o,n) \
|
||||
((__typeof__(*(ptr)))__cmpxchg((ptr),(unsigned long)(o), \
|
||||
(unsigned long)(n),sizeof(*(ptr))))
|
||||
#endif
|
||||
#else
|
||||
/* Compiling for a 386 proper... */
|
||||
#error DRI not supported on Intel 80386
|
||||
#endif
|
||||
|
||||
/* Macros to make printk easier */
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <linux/config.h>
|
||||
#define EXPORT_SYMTAB
|
||||
#include "drmP.h"
|
||||
#include "gamma_drv.h"
|
||||
|
|
|
@ -24,6 +24,9 @@
|
|||
* ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
* DEALINGS IN THE SOFTWARE.
|
||||
*
|
||||
* Authors:
|
||||
* Rickard E. (Rik) Faith <faith@precisioninsight.com>
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _GAMMA_DRV_H_
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <linux/config.h>
|
||||
#define EXPORT_SYMTAB
|
||||
#include "drmP.h"
|
||||
#include "i810_drv.h"
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <linux/config.h>
|
||||
#define EXPORT_SYMTAB
|
||||
#include "drmP.h"
|
||||
#include "mga_drv.h"
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <linux/config.h>
|
||||
#define EXPORT_SYMTAB
|
||||
#include "drmP.h"
|
||||
#include "r128_drv.h"
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <linux/config.h>
|
||||
#define EXPORT_SYMTAB
|
||||
#include "drmP.h"
|
||||
#include "tdfx_drv.h"
|
||||
|
|
|
@ -24,6 +24,9 @@
|
|||
* ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
* DEALINGS IN THE SOFTWARE.
|
||||
*
|
||||
* Authors:
|
||||
* Rickard E. (Rik) Faith <faith@precisioninsight.com>
|
||||
* Daryll Strauss <daryll@precisioninsight.com>
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue