Skip to content

Commit

Permalink
msm: We are using the msm2 gpu driver, not msm
Browse files Browse the repository at this point in the history
Fix references that are incorrectly pointing at drivers/gpu/msm
instead of msm2.

The incorrect includes cause linaro gcc 4.8 with -O3 to produce
an unbootable kernel on the DLX.

While it doesn't seem to be affecting our normal builds, not
fixing it will likely bite us in the future in some other
mysterious way.

Change-Id: I3c51062ca6a66ddb9782365d2c51c5e485556c1b
  • Loading branch information
crpalmer authored and invisiblek committed Dec 2, 2013
1 parent 7027bba commit 34b44d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/gpu/msm2/Makefile
@@ -1,4 +1,4 @@
ccflags-y := -Iinclude/uapi/drm -Iinclude/drm -Idrivers/gpu/msm
ccflags-y := -Iinclude/uapi/drm -Iinclude/drm -Idrivers/gpu/msm2

msm_kgsl_core-y = \
kgsl.o \
Expand Down
2 changes: 1 addition & 1 deletion drivers/video/Kconfig
Expand Up @@ -25,7 +25,7 @@ source "drivers/gpu/stub/Kconfig"

source "drivers/gpu/ion/Kconfig"

source "drivers/gpu/msm/Kconfig"
source "drivers/gpu/msm2/Kconfig"

config VGASTATE
tristate
Expand Down

0 comments on commit 34b44d5

Please sign in to comment.