Ticket #2239 (closed defect: fixed)
andy-tracking/bc49de906ce: mach-gta02.c:1696: error: 'gta02_hdq_device' undeclared
| Reported by: | lindi | Owned by: | openmoko-kernel |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | kernel | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: | Blocked By: | ||
| Blocking: | Estimated Completion (week): | ||
| HasPatchForReview: | no | PatchReviewResult: | |
| Reproducible: |
Description
Steps to reproduce:
1) git clone git://git.openmoko.org/git/kernel.git neolinux.2
2) cd neolinux.2
3) git checkout -b lindi-andy-tracking origin/andy-tracking
4) mkdir GTA02
5) cp arch/arm/configs/gta02_moredrivers_defconfig GTA02/.config
6) ./build GTA02 dummy
Expected results:
6) kernel builds from source
Actual results:
6) build fails with
/local/lindi/neolinux.2/arch/arm/mach-s3c2442/mach-gta02.c: In function 'gta02_machine_init': /local/lindi/neolinux.2/arch/arm/mach-s3c2442/mach-gta02.c:1696: error: 'gta02_hdq_device' undeclared (first use in this function) /local/lindi/neolinux.2/arch/arm/mach-s3c2442/mach-gta02.c:1696: error: (Each undeclared identifier is reported only once /local/lindi/neolinux.2/arch/arm/mach-s3c2442/mach-gta02.c:1696: error: for each function it appears in.)
Change History
Note: See
TracTickets for help on using
tickets.

This should be fixed with
http://git.openmoko.org/?p=kernel.git;a=commit;h=1c6a91fef7cb2e0fc4f41ddcfff74565b2a7659e
it was just the stock configs lacking some new config options.