From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756891AbXHJVkx (ORCPT ); Fri, 10 Aug 2007 17:40:53 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751792AbXHJVjI (ORCPT ); Fri, 10 Aug 2007 17:39:08 -0400 Received: from smtp2.linux-foundation.org ([207.189.120.14]:44903 "EHLO smtp2.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754886AbXHJVjF (ORCPT ); Fri, 10 Aug 2007 17:39:05 -0400 Message-Id: <200708102138.l7ALcilP010825@imap1.linux-foundation.org> Subject: [patch 4/6] serial_txx9: cleanup includes To: linux-serial@vger.kernel.org Cc: linux-kernel@vger.kernel.org, akpm@linux-foundation.org, anemo@mba.ocn.ne.jp, ralf@linux-mips.org From: akpm@linux-foundation.org Date: Fri, 10 Aug 2007 14:38:44 -0700 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org From: Atsushi Nemoto Do not include some header files already indluded by serial_core.h. Signed-off-by: Atsushi Nemoto Cc: Ralf Baechle Signed-off-by: Andrew Morton --- drivers/serial/serial_txx9.c | 4 ---- 1 files changed, 4 deletions(-) diff -puN drivers/serial/serial_txx9.c~serial_txx9-cleanup-includes drivers/serial/serial_txx9.c --- a/drivers/serial/serial_txx9.c~serial_txx9-cleanup-includes +++ a/drivers/serial/serial_txx9.c @@ -25,15 +25,11 @@ #include #include #include -#include #include #include #include -#include -#include #include #include -#include #include _