Commit 9bb10b57 authored by Adam Belay's avatar Adam Belay

[PATCH] PnP bugfix

I forgot the errno.h.  Without this patch, things may not compile when
pnp support or pnp card support is disabled.

Hope you had a good trip.  I noticed a small mistake in pnp 0.93 and I have
a fix for it.
parent 85478b2d
......@@ -11,6 +11,7 @@
#include <linux/device.h>
#include <linux/list.h>
#include <linux/errno.h>
/*
......
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