Commit 2022f446 authored by Linus Torvalds's avatar Linus Torvalds

Merge master.kernel.org:/home/acme/BK/includes-2.5

into home.transmeta.com:/home/torvalds/v2.5/linux
parents 2cdd5908 0fc7b221
...@@ -18,6 +18,8 @@ ...@@ -18,6 +18,8 @@
#define NCP_DEFAULT_OPTIONS 0 /* 2 for packet signatures */ #define NCP_DEFAULT_OPTIONS 0 /* 2 for packet signatures */
struct sock;
struct ncp_server { struct ncp_server {
struct ncp_mount_data_kernel m; /* Nearly all of the mount data is of struct ncp_mount_data_kernel m; /* Nearly all of the mount data is of
......
...@@ -51,8 +51,8 @@ ...@@ -51,8 +51,8 @@
*/ */
#include <sound/driver.h> #include <sound/driver.h>
#include <asm/io.h>
#include <linux/init.h> #include <linux/init.h>
#include <linux/interrupt.h>
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/ioport.h> #include <linux/ioport.h>
#include <sound/core.h> #include <sound/core.h>
...@@ -61,6 +61,8 @@ ...@@ -61,6 +61,8 @@
#include <sound/rawmidi.h> #include <sound/rawmidi.h>
#include <linux/delay.h> #include <linux/delay.h>
#include <asm/io.h>
/* /*
* globals * globals
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment