docs: driver-model: move it to the driver-api book
[sfrench/cifs-2.6.git] / Documentation / driver-api / gpio / driver.rst
index 349f2dc33029d6b64ac148f139bb16df590c954b..921c71a3d6839234b04f84d072c3aa1129dd4cdc 100644 (file)
@@ -399,7 +399,7 @@ symbol:
   will pass the struct gpio_chip* for the chip to all IRQ callbacks, so the
   callbacks need to embed the gpio_chip in its state container and obtain a
   pointer to the container using container_of().
-  (See Documentation/driver-model/design-patterns.rst)
+  (See Documentation/driver-api/driver-model/design-patterns.rst)
 
 - gpiochip_irqchip_add_nested(): adds a nested cascaded irqchip to a gpiochip,
   as discussed above regarding different types of cascaded irqchips. The