From: Erik Hugne Date: Fri, 29 Jun 2012 04:50:24 +0000 (-0400) Subject: tipc: remove print_buf and deprecated log buffer code X-Git-Tag: v3.6-rc1~125^2~173^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=869dd4662f90514cb92b44a389e85c737b464e25;p=pandora-kernel.git tipc: remove print_buf and deprecated log buffer code The internal log buffer handling functions can now safely be removed since there is no code using it anymore. Requests to interact with the internal tipc log buffer over netlink (in config.c) will report 'obsolete command'. This represents the final removal of any references to a struct print_buf, and the removal of the struct itself. We also get rid of a TIPC specific Kconfig in the process. Finally, log.h is removed since it is not needed anymore. Signed-off-by: Erik Hugne Signed-off-by: Jon Maloy Signed-off-by: Paul Gortmaker --- Reading git-diff-tree failed