Commit 16c8c56a authored by Sven Neumann's avatar Sven Neumann Committed by Peter Korsgaard
Browse files

linux-fusion: bump to version 8.7.0



Remove patch that has become obsolete.

Signed-off-by: default avatarSven Neumann <s.neumann@raumfeld.com>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 3b661b77
Loading
Loading
Loading
Loading
+0 −40
Original line number Diff line number Diff line
From 7884688ba7a2e4cb7772cbedb34245a7fc9bf9d9 Mon Sep 17 00:00:00 2001
From: Lionel Landwerlin <llandwerlin@gmail.com>
Date: Wed, 3 Nov 2010 10:25:17 +0100
Subject: [PATCH] Fix warnings at link time

Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
---
 linux/drivers/char/fusion/entries.c   |    2 +-
 linux/drivers/char/fusion/fusiondev.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/linux/drivers/char/fusion/entries.c b/linux/drivers/char/fusion/entries.c
index 11edd43..8d102cf 100644
--- a/linux/drivers/char/fusion/entries.c
+++ b/linux/drivers/char/fusion/entries.c
@@ -28,7 +28,7 @@
 #include "fusiondev.h"
 #include "entries.h"
 
-struct timeval now;
+static struct timeval now;
 
 void
 fusion_entries_init(FusionEntries * entries,
diff --git a/linux/drivers/char/fusion/fusiondev.c b/linux/drivers/char/fusion/fusiondev.c
index 2457bc1..7c7680d 100644
--- a/linux/drivers/char/fusion/fusiondev.c
+++ b/linux/drivers/char/fusion/fusiondev.c
@@ -64,7 +64,7 @@
 MODULE_LICENSE("GPL");
 MODULE_AUTHOR("Denis Oliver Kropp <dok@directfb.org>");
 
-struct proc_dir_entry *proc_fusion_dir;
+static struct proc_dir_entry *proc_fusion_dir;
 
 static int fusion_major = FUSION_MAJOR;
 
-- 
1.6.0.6
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
# linux-fusion
#
#############################################################
LINUX_FUSION_VERSION = 8.1.2
LINUX_FUSION_VERSION = 8.7.0
LINUX_FUSION_SOURCE = linux-fusion-$(LINUX_FUSION_VERSION).tar.gz
LINUX_FUSION_SITE = http://directfb.org/downloads/Core/linux-fusion
LINUX_FUSION_INSTALL_STAGING = YES