pocketbook-free / pocketbook_free

pocketbook free sources
39 stars 2 forks source link

[Kernel] undefined reference to `s3c24xx_register_clock' #16

Open Vanuan opened 12 years ago

Vanuan commented 12 years ago

In file arch/arm/plat-s3c/clock.c you've changed clock initialization function's name from s3c24xx_register_clock to s3c_register_clock

But you didn't change all calls to this function. There're still references in the following files:

arch/arm/plat-s3c24xx/s3c244x-clock.c
arch/arm/mach-s3c2412/clock.c
arch/arm/mach-s3c2440/clock.c
arch/arm/plat-s3c64xx/s3c6400-clock.c

The same applies to:

s3c24xx_register_clocks renamed to s3c_register_clocks s3c24xx_register_baseclocks renamed to s3c_register_baseclocks