[2.6 patch] drm_memory.h doesn't need to #include tlbflush.h

From: Adrian Bunk (bunk_at_stusta.de)
Date: 01/31/05

  • Next message: Andreas Gruenbacher: "Re: [PATCH 9/8] lib/sort: turn off self-test"
    Date:	Mon, 31 Jan 2005 13:17:27 +0100
    To: Andrew Morton <akpm@osdl.org>
    
    

    The flush_tlb_kernel_range call in drm_memory.h was removed in 2003, so
    there's no more reason for this #include.

    Signed-off-by: Adrian Bunk <bunk@stusta.de>

    ---
    This patch was already sent on:
    - 21 Jan 2005
    --- linux-2.6.11-rc1-mm2-full/drivers/char/drm/drm_memory.h.old	2005-01-21 11:21:15.000000000 +0100
    +++ linux-2.6.11-rc1-mm2-full/drivers/char/drm/drm_memory.h	2005-01-21 11:21:20.000000000 +0100
    @@ -57,8 +57,6 @@
     # endif
     #endif
     
    -#include <asm/tlbflush.h>
    -
     /*
      * Find the drm_map that covers the range [offset, offset+size).
      */
    -
    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/
    

  • Next message: Andreas Gruenbacher: "Re: [PATCH 9/8] lib/sort: turn off self-test"

    Relevant Pages

    • Re: [PATCH][RFC] swsusp: speed up image restoring on x86-64
      ... Speeding up copy loop that takes ... ... Reason is "to crash it early if we have wrong pagetables". ... > If necessary, I can change the patch to work with his code. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: [PATCH rc4-mm2 2/2] posix-timers: use try_to_del_timer_sync()
      ... The reason I ask is that this code, to the best of my knowledge, works and it ... also works if the timer is queued on another list prior to its being handled by ... We also note that this code is the subject of a patch to the RT patch to cover ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • [Patch 24a/23] mask v2 - UP fix, faster mask_of_bit, MASK_ALL* names
      ... Patch 24/23 was fouled up beyond all recall. ... It closely follows some excellent suggestions from Matthew. ... 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/ ...
      (Linux-Kernel)
    • [2.6 patch] net/ipv6/: misc cleanups
      ... OK, updated patch below. ... static void sf_markstate(struct ifmcaddr6 *pmc); ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: [PATCH] reduce swsusp casting
      ... There is no reason to be scared of ... I tried with both 2.6.8-rc2-mm1 with and without my patch and got ... Pat, since I'm sure you already have swsusp working on your machine, ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)