From f048e21fb0f0ca49ca7530541b95cd33e24df186 Mon Sep 17 00:00:00 2001 From: Stefan Richter Date: Sun, 19 Nov 2006 23:03:09 +0100 Subject: [PATCH] --- yaml --- r: 43465 b: refs/heads/master c: e9429dfdc34402de3832ab7335f8ff0104f3ae84 h: refs/heads/master i: 43463: 37c6ba284ca85426a798b77184c4d0dfd01732e6 v: v3 --- [refs] | 2 +- trunk/Documentation/feature-removal-schedule.txt | 7 +++++++ trunk/drivers/ieee1394/Kconfig | 9 ++------- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/[refs] b/[refs] index 4429acdbd976..0232963841fa 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 861646f52217cf42a0e2e6558d85bd1172ca1611 +refs/heads/master: e9429dfdc34402de3832ab7335f8ff0104f3ae84 diff --git a/trunk/Documentation/feature-removal-schedule.txt b/trunk/Documentation/feature-removal-schedule.txt index c8c6daeefed0..ed10a464e915 100644 --- a/trunk/Documentation/feature-removal-schedule.txt +++ b/trunk/Documentation/feature-removal-schedule.txt @@ -50,6 +50,13 @@ Who: Dan Dennedy , Stefan Richter --------------------------- +What: ieee1394 core's unused exports (CONFIG_IEEE1394_EXPORT_FULL_API) +When: January 2007 +Why: There are no projects known to use these exported symbols. +Who: Stefan Richter + +--------------------------- + What: Video4Linux API 1 ioctls and video_decoder.h from Video devices. When: December 2006 Why: V4L1 AP1 was replaced by V4L2 API. during migration from 2.4 to 2.6 diff --git a/trunk/drivers/ieee1394/Kconfig b/trunk/drivers/ieee1394/Kconfig index 680da9e195dc..87325ddbda56 100644 --- a/trunk/drivers/ieee1394/Kconfig +++ b/trunk/drivers/ieee1394/Kconfig @@ -67,16 +67,11 @@ config IEEE1394_CONFIG_ROM_IP1394 eth1394 option below. config IEEE1394_EXPORT_FULL_API - bool "Export all symbols of ieee1394's API" + bool "Export all symbols of ieee1394's API (deprecated)" depends on IEEE1394 default n help - Export all symbols of ieee1394's driver programming interface, even - those that are not currently used by the standard IEEE 1394 drivers. - - This option does not affect the interface to userspace applications. - Say Y here if you want to compile externally developed drivers that - make extended use of ieee1394's API. It is otherwise safe to say N. + This option will be removed soon. Don't worry, say N. comment "Device Drivers" depends on IEEE1394