Commit fa581f71 authored by Kai Germaschewski's avatar Kai Germaschewski

ISDN: Move drivers/isdn/i4l/isdn_fsm.h include/linux/isdn/fsm.h

Though I've been mostly moving stuff out of include/linux and into
drivers/isdn/i4l, the finite state machine definitions actually need
to be more wildly accessible, so they go the opposite way.
parent c892e27c
......@@ -16,7 +16,7 @@
#include <linux/slab.h>
#include <linux/errno.h>
#include <linux/string.h>
#include "isdn_fsm.h"
#include <linux/isdn/fsm.h>
int
fsm_new(struct fsm *fsm)
......
......@@ -56,7 +56,6 @@
#include "isdn_common.h"
#include "isdn_net.h"
#include "isdn_ppp.h"
#include "isdn_fsm.h"
#define ISDN_NET_TX_TIMEOUT (20*HZ)
......
......@@ -14,9 +14,7 @@
#define __ISDN_H__
#include <linux/ioctl.h>
// FIXME!!!
#include <../drivers/isdn/i4l/isdn_fsm.h>
#include <linux/isdn/fsm.h>
#ifdef CONFIG_COBALT_MICRO_SERVER
/* Save memory */
......
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