Commit 288aa740 authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds

[PATCH] drivers/char/rio/func.h needs linux/kdev_t.h

It seems func.h needs to inlude linux/kdev_t.h:
parent 813bef20
......@@ -33,6 +33,8 @@
#ifndef __func_h_def
#define __func_h_def
#include <linux/kdev_t.h>
#ifdef SCCS_LABELS
#ifndef lint
static char *_func_h_sccs_ = "@(#)func.h 1.3";
......
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