Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 281070
b: refs/heads/master
c: 05c0cb4
h: refs/heads/master
v: v3
  • Loading branch information
Alexander Beregalov authored and Greg Kroah-Hartman committed Nov 27, 2011
1 parent 61793e9 commit e8c4d46
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 51 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 15eac0f8471e2be2ba8b7f80782eb758efd15233
refs/heads/master: 05c0cb4e4070385d9ab79d8d4b844904eee5f3a1
5 changes: 0 additions & 5 deletions trunk/drivers/staging/cxt1e1/comet.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,7 @@
*-----------------------------------------------------------------------------
*/

#if defined(__FreeBSD__) || defined (__NetBSD__)
#include <sys/types.h>
#else
#include <linux/types.h>
#endif


#define VINT32 volatile u_int32_t

Expand Down
4 changes: 0 additions & 4 deletions trunk/drivers/staging/cxt1e1/libsbew.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@
*-----------------------------------------------------------------------------
*/

#ifndef __KERNEL__
#include <sys/types.h>
#endif

#ifdef __cplusplus
extern "C"
{
Expand Down
4 changes: 0 additions & 4 deletions trunk/drivers/staging/cxt1e1/musycc.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,7 @@
*-----------------------------------------------------------------------------
*/

#if defined (__FreeBSD__) || defined (__NetBSD__)
#include <sys/types.h>
#else
#include <linux/types.h>
#endif

#define VINT8 volatile u_int8_t
#define VINT32 volatile u_int32_t
Expand Down
4 changes: 0 additions & 4 deletions trunk/drivers/staging/cxt1e1/pmc93x6_eeprom.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,7 @@
*-----------------------------------------------------------------------------
*/

#if defined (__FreeBSD__) || defined (__NetBSD__)
#include <sys/types.h>
#else
#include <linux/types.h>
#endif

#ifdef __KERNEL__

Expand Down
11 changes: 0 additions & 11 deletions trunk/drivers/staging/cxt1e1/pmcc4.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,7 @@
*-----------------------------------------------------------------------------
*/


#if defined(__FreeBSD__) || defined(__NetBSD__)
#include <sys/types.h>
#else
#ifndef __KERNEL__
#include <sys/types.h>
#else
#include <linux/types.h>
#endif
#endif



typedef int status_t;

Expand Down
9 changes: 0 additions & 9 deletions trunk/drivers/staging/cxt1e1/pmcc4_cpld.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,7 @@
*-----------------------------------------------------------------------------
*/


#if defined(__FreeBSD__) || defined(__NetBSD__)
#include <sys/types.h>
#else
#ifndef __KERNEL__
#include <sys/types.h>
#else
#include <linux/types.h>
#endif
#endif

#ifdef __cplusplus
extern "C"
Expand Down
6 changes: 0 additions & 6 deletions trunk/drivers/staging/cxt1e1/pmcc4_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,6 @@ char OSSIid_pmcc4_drvc[] =

#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt

#if defined (__FreeBSD__) || defined (__NetBSD__)
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/errno.h>
#else
#include <linux/types.h>
#include "pmcc4_sysdep.h"
#include <linux/errno.h>
Expand All @@ -98,7 +93,6 @@ char OSSIid_pmcc4_drvc[] =
#include <linux/timer.h> /* include for timer */
#include <linux/hdlc.h>
#include <asm/io.h>
#endif

#include "sbecom_inline_linux.h"
#include "libsbew.h"
Expand Down
7 changes: 0 additions & 7 deletions trunk/drivers/staging/cxt1e1/sbew_ioc.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,7 @@
*-----------------------------------------------------------------------------
*/

#ifndef __KERNEL__
#include <sys/types.h>
#endif
#ifdef SunOS
#include <sys/ioccom.h>
#else
#include <linux/ioctl.h>
#endif

#ifdef __cplusplus
extern "C"
Expand Down

0 comments on commit e8c4d46

Please sign in to comment.