Skip to content

Commit

Permalink
drm/exynos: include linux/module.h
Browse files Browse the repository at this point in the history
Signed-off-by: Inki Dae <[email protected]>
Signed-off-by: Kyungmin Park <[email protected]>
  • Loading branch information
daeinki committed Nov 15, 2011
1 parent 483b88f commit 4f9eb94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/gpu/drm/exynos/exynos_drm_drv.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
#ifndef _EXYNOS_DRM_DRV_H_
#define _EXYNOS_DRM_DRV_H_

#include <linux/module.h>
#include "drm.h"

#define MAX_CRTC 2
Expand Down

0 comments on commit 4f9eb94

Please sign in to comment.