From: Grant Likely Date: Wed, 4 Feb 2009 18:23:56 +0000 (-0700) Subject: powerpc/5200: Don't specify IRQF_SHARED in PSC UART driver X-Git-Tag: v2.6.27.24~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c612d5a20e2ebb2a03404a9d81c0383bba096a79;p=pandora-kernel.git powerpc/5200: Don't specify IRQF_SHARED in PSC UART driver commit d9f0c5f9bc74f16d0ea0f6c518b209e48783a796 upstream. The MPC5200 PSC device is wired up to a dedicated interrupt line which is never shared. This patch removes the IRQF_SHARED flag from the request_irq() call which eliminates the "IRQF_DISABLED is not guaranteed on shared IRQs" warning message from the console output. Signed-off-by: Grant Likely Reviewed-by: Wolfram Sang Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed