Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756774AbYGFLcQ (ORCPT ); Sun, 6 Jul 2008 07:32:16 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752917AbYGFLcA (ORCPT ); Sun, 6 Jul 2008 07:32:00 -0400 Received: from wx-out-0506.google.com ([66.249.82.227]:30537 "EHLO wx-out-0506.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751912AbYGFLcA (ORCPT ); Sun, 6 Jul 2008 07:32:00 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=W1dPArScadR4kzge/Af7s7KXHxp72t2STHAXAeMBgNIUginLVrK+kNua4QcVmDhkBZ AQ2Ku1zigFrwBinOlDY3YiXLbOfycdMSFHHAq/6/hdFPOsW1z8lGrqYFqrhCwXjyWQZo p8cefL+l8lXbtxqTIvV7PwNBkF8BNOngEhBKI= Message-ID: Date: Sun, 6 Jul 2008 15:31:55 +0400 From: "Alexander Beregalov" To: kernel-janitors@vger.kernel.org, airlied@linux.ie, dri-devel@lists.sourceforge.net, "Linux Kernel Mailing List" Subject: [PATCH] drm_memory.h: remove double inclusion of linux/vmalloc.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 790 Lines: 28 From: Alexander Beregalov Remove double inclusion of linux/vmalloc.h drivers/char/drm/drm_memory.h | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) Signed-off-by: Alexander Beregalov --- diff --git a/drivers/char/drm/drm_memory.h b/drivers/char/drm/drm_memory.h index 63e425b..15af9b3 100644 --- a/drivers/char/drm/drm_memory.h +++ b/drivers/char/drm/drm_memory.h @@ -44,8 +44,6 @@ #if __OS_HAS_AGP -#include - #ifdef HAVE_PAGE_AGP #include #else -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/