Re: [PATCH] drm: remove writeq/readq function definitions

2017-06-02 Thread Sean Paul
On Fri, Jun 02, 2017 at 01:25:10PM +0200, Corentin Labbe wrote: > Instead of rewriting write/readq, use linux/io-64-nonatomic-lo-hi.h which > already have them. > > Signed-off-by: Corentin Labbe Applied to drm-misc-next Thanks, Sean > --- > include/drm/drm_os_linux.h | 14 +- > 1

[PATCH] drm: remove writeq/readq function definitions

2017-06-02 Thread Corentin Labbe
Instead of rewriting write/readq, use linux/io-64-nonatomic-lo-hi.h which already have them. Signed-off-by: Corentin Labbe --- include/drm/drm_os_linux.h | 14 +- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/include/drm/drm_os_linux.h b/include/drm/drm_os_linux.h ind