ARM: S3C24XX: Correct CAMIF interrupt definitions
authorSylwester Nawrocki <sylvester.nawrocki@gmail.com>
Fri, 13 Jul 2012 08:48:56 +0000 (17:48 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Fri, 13 Jul 2012 08:48:56 +0000 (17:48 +0900)
Properly define the CAMIF interrupt resources. This device have two
interrupts - corresponding to the "codec" and "preview" data paths.
IRQ_CAM is handled internally by the architecture and demultiplexed
to IRQ_S3C2440_CAM_C and IRQ_S3C2440_CAM_P - these interrupts only
should be handled in the driver.

Signed-off-by: Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>

No differences found