diff options
author | Amerigo Wang <amwang@redhat.com> | 2009-12-14 21:00:22 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-12-15 11:53:26 -0500 |
commit | 948c1e2521979c332b21b623414cf258150f214e (patch) | |
tree | d59049241d1396c6e7cac170b80c354fd5835f23 /Documentation | |
parent | 29671f22a8b6522db3b126a3fdfb208759ce46e3 (diff) |
kallsyms: remove deprecated print_fn_descriptor_symbol()
According to feature-removal-schedule.txt, it is the time to remove
print_fn_descriptor_symbol().
And a quick grep shows that it no longer has any callers.
Signed-off-by: WANG Cong <amwang@redhat.com>
Cc: Bjorn Helgaas <bjorn.helgaas@hp.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index eb2c138c277c..21ab9357326d 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt | |||
@@ -291,15 +291,6 @@ Who: Michael Buesch <mb@bu3sch.de> | |||
291 | 291 | ||
292 | --------------------------- | 292 | --------------------------- |
293 | 293 | ||
294 | What: print_fn_descriptor_symbol() | ||
295 | When: October 2009 | ||
296 | Why: The %pF vsprintf format provides the same functionality in a | ||
297 | simpler way. print_fn_descriptor_symbol() is deprecated but | ||
298 | still present to give out-of-tree modules time to change. | ||
299 | Who: Bjorn Helgaas <bjorn.helgaas@hp.com> | ||
300 | |||
301 | --------------------------- | ||
302 | |||
303 | What: /sys/o2cb symlink | 294 | What: /sys/o2cb symlink |
304 | When: January 2010 | 295 | When: January 2010 |
305 | Why: /sys/fs/o2cb is the proper location for this information - /sys/o2cb | 296 | Why: /sys/fs/o2cb is the proper location for this information - /sys/o2cb |