|
@@ -147,16 +147,6 @@ static int beatic_pic_host_map(struct irq_host *h, unsigned int virq,
|
|
|
return 0;
|
|
|
}
|
|
|
|
|
|
-/*
|
|
|
- * Update binding hardware IRQ number (hw) and Virtuql
|
|
|
- * IRQ number (virq). This is called only once for a given mapping.
|
|
|
- */
|
|
|
-static void beatic_pic_host_remap(struct irq_host *h, unsigned int virq,
|
|
|
- irq_hw_number_t hw)
|
|
|
-{
|
|
|
- beat_construct_and_connect_irq_plug(virq, hw);
|
|
|
-}
|
|
|
-
|
|
|
/*
|
|
|
* Translate device-tree interrupt spec to irq_hw_number_t style (ulong),
|
|
|
* to pass away to irq_create_mapping().
|
|
@@ -184,7 +174,6 @@ static int beatic_pic_host_match(struct irq_host *h, struct device_node *np)
|
|
|
|
|
|
static struct irq_host_ops beatic_pic_host_ops = {
|
|
|
.map = beatic_pic_host_map,
|
|
|
- .remap = beatic_pic_host_remap,
|
|
|
.unmap = beatic_pic_host_unmap,
|
|
|
.xlate = beatic_pic_host_xlate,
|
|
|
.match = beatic_pic_host_match,
|