Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751987AbdIAMP7 (ORCPT ); Fri, 1 Sep 2017 08:15:59 -0400 Received: from mail-wr0-f195.google.com ([209.85.128.195]:38387 "EHLO mail-wr0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751848AbdIAMP6 (ORCPT ); Fri, 1 Sep 2017 08:15:58 -0400 X-Google-Smtp-Source: ADKCNb6bsKeIn1Lm7hihocClgYl1uvbrczRwII5QRqDzh37WASswGm0QGyUTn1GXUcc5FiuceGJbRQ== From: Corentin Labbe To: airlied@linux.ie, arnd@arndb.de, gregkh@linuxfoundation.org Cc: linux-kernel@vger.kernel.org, Corentin Labbe Subject: [PATCH 0/3] agp: Misc fix Date: Fri, 1 Sep 2017 14:13:29 +0200 Message-Id: <20170901121332.7219-1-clabbe.montjoie@gmail.com> X-Mailer: git-send-email 2.13.5 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 495 Lines: 17 Hello The first patch goal is to regroup all miscdevice number in the same place. The two subsequent patch are build warning fix found when working on the first. Corentin Labbe (3): agp: move AGPGART_MINOR to include/linux/miscdevice.h agp: add compat_ioctl.h to frontend.c agp: remove unused variable num_segments drivers/char/agp/frontend.c | 4 ++-- include/linux/agpgart.h | 2 -- include/linux/miscdevice.h | 1 + 3 files changed, 3 insertions(+), 4 deletions(-) -- 2.13.5