Dash:
[t2-trunk.git] / package / contrib / dfb-linux-fusion / linux-semaphore-2.6.26.patch
blobcbbe765bb98537911546dedc1b67b27426fff636
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../dfb-linux-fusion/linux-semaphore-2.6.26.patch
5 # Copyright (C) 2008 The T2 SDE Project
6 #
7 # More information can be found in the files COPYING and README.
8 #
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
14 # version.
15 # --- T2-COPYRIGHT-NOTE-END ---
17 diff -urN linux-fusion-8.0.1/linux/drivers/char/fusion/entries.h linux-fusion-8.0.1.work/linux/drivers/char/fusion/entries.h
18 --- linux-fusion-8.0.1/linux/drivers/char/fusion/entries.h 2008-08-12 14:51:07.000000000 +0200
19 +++ linux-fusion-8.0.1.work/linux/drivers/char/fusion/entries.h 2008-09-03 16:50:59.000000000 +0200
20 @@ -15,6 +15,7 @@
21 #ifndef __FUSION__ENTRIES_H__
22 #define __FUSION__ENTRIES_H__
24 +#include <linux/semaphore.h>
25 #include <linux/mutex.h>
27 #include "types.h"