diff options
author | Meghana Madhyastha <meghana.madhyastha@gmail.com> | 2017-09-14 10:14:20 +0200 |
---|---|---|
committer | Sean Paul <seanpaul@chromium.org> | 2017-09-20 18:54:19 +0200 |
commit | 13cc80ce4404e19619c41fc636ebb2dd91a22c23 (patch) | |
tree | f6e6e4d0283e1003cf7031b1798b5624cd275af9 /drivers/gpu/drm/drm_agpsupport.c | |
parent | drm/agpsupport: Move EXPORT_SYMBOL so that it immediately follows its function (diff) | |
download | linux-13cc80ce4404e19619c41fc636ebb2dd91a22c23.tar.xz linux-13cc80ce4404e19619c41fc636ebb2dd91a22c23.zip |
drm/agpsupport: Remove extra blank line
Remove extra blank line to adhere to standard coding style.
Found by checkpath.pl..
Signed-off-by: Meghana Madhyastha <meghana.madhyastha@gmail.com>
Signed-off-by: Sean Paul <seanpaul@chromium.org>
Link: https://patchwork.freedesktop.org/patch/msgid/9cfc7e7535908f3fe3b1df706f2999687c90d4e7.1505376068.git.meghana.madhyastha@gmail.com
Diffstat (limited to 'drivers/gpu/drm/drm_agpsupport.c')
-rw-r--r-- | drivers/gpu/drm/drm_agpsupport.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/drm_agpsupport.c b/drivers/gpu/drm/drm_agpsupport.c index a0510557787c..737f02885c28 100644 --- a/drivers/gpu/drm/drm_agpsupport.c +++ b/drivers/gpu/drm/drm_agpsupport.c @@ -373,7 +373,6 @@ int drm_agp_free(struct drm_device *dev, struct drm_agp_buffer *request) EXPORT_SYMBOL(drm_agp_free); - int drm_agp_free_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv) { |